Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Feb 6, 2024
1 parent 67c3d9b commit 64f5d97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/data_modify.R
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ data_modify.grouped_df <- function(data, ..., .if = NULL, .at = NULL, .modify =
# we need to evaluate dots here, and pass them with "do.call" to
# the data.frame method later...
dots <- match.call(expand.dots = FALSE)[["..."]]
column_names <- colnames(data)

# works only for dplyr >= 0.8.0
grps <- attr(data, "groups", exact = TRUE)
Expand Down

0 comments on commit 64f5d97

Please sign in to comment.