Skip to content

Commit

Permalink
remove redundant n
Browse files Browse the repository at this point in the history
  • Loading branch information
Marta Alcalde-Herraiz committed Aug 15, 2024
1 parent 0e99748 commit 654780a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,6 @@ df_list_propagate_missing <- function(x, ..., size = NULL) {
return(vec_unstructure(x))
}

n <- length(x)

# Propagate missings
x <- vec_assign(x, incomplete, NA)

Expand Down

0 comments on commit 654780a

Please sign in to comment.