Skip to content

Commit

Permalink
Comment adding context for group_by_epi_df_methods.R
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslogan committed Jan 13, 2024
1 parent 113121f commit 0bf702f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions R/group_by_epi_df_methods.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# These methods (and maybe some others in methods-epi_df.R) are here to augment
# `?dplyr_extending` implementations to get the correct behavior on grouped
# `epi_df`s. It would be nice if there were a way to replace these with a
# generic core that automatically fixed all misbehaving methods; see
# brainstorming within Issue #223.

#' @importFrom dplyr select
#' @export
select.epi_df <- function(.data, ...) {
Expand Down

0 comments on commit 0bf702f

Please sign in to comment.