From f0f832d088a50ec971842a6fabd26d5899302da9 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 3 Mar 2024 18:23:54 +0100 Subject: [PATCH] code style --- R/data_modify.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/data_modify.R b/R/data_modify.R index c3cb0f521..4621590c8 100644 --- a/R/data_modify.R +++ b/R/data_modify.R @@ -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 } }