Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 3, 2024
1 parent 123bb56 commit 2876044
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/data_summary.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ data_summary.grouped_df <- function(x, ..., by = NULL) {
if (is.null(by)) {
by <- colnames(group_variables)

Check warning on line 99 in R/data_summary.R

View check run for this annotation

Codecov / codecov/patch

R/data_summary.R#L98-L99

Added lines #L98 - L99 were not covered by tests
}
# remove information specific to grouped df's
attr(x, "groups") <- NULL
class(x) <- "data.frame"
data_summary(x, ..., by = by)

Check warning on line 104 in R/data_summary.R

View check run for this annotation

Codecov / codecov/patch

R/data_summary.R#L102-L104

Added lines #L102 - L104 were not covered by tests
}

Expand Down

0 comments on commit 2876044

Please sign in to comment.