Skip to content

Commit

Permalink
refactor: simplify group_by_drop_default
Browse files Browse the repository at this point in the history
  • Loading branch information
dshemetov committed Apr 30, 2024
1 parent 586f89f commit 128bd7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/grouped_epi_archive.R
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ group_by.grouped_epi_archive <- function(
#'
#' @export
group_by_drop_default.grouped_epi_archive <- function(.tbl) {
x <- .tbl
x$private$drop
.tbl$private$drop
}


Expand Down

0 comments on commit 128bd7d

Please sign in to comment.