Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 3, 2024
1 parent 3ebab82 commit f0f832d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/data_modify.R
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ data_modify.data.frame <- function(data, ..., .if = NULL, .at = NULL, .modify =
"New variable has not the same length as the other variables in the data frame and cannot be recycled."
)
}

data[[names(dots)[i]]] <- new_variable
}
}
Expand Down

0 comments on commit f0f832d

Please sign in to comment.