Skip to content

Commit 0bf702f

Browse files
committed
Comment adding context for group_by_epi_df_methods.R
1 parent 113121f commit 0bf702f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

R/group_by_epi_df_methods.R

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# These methods (and maybe some others in methods-epi_df.R) are here to augment
2+
# `?dplyr_extending` implementations to get the correct behavior on grouped
3+
# `epi_df`s. It would be nice if there were a way to replace these with a
4+
# generic core that automatically fixed all misbehaving methods; see
5+
# brainstorming within Issue #223.
6+
17
#' @importFrom dplyr select
28
#' @export
39
select.epi_df <- function(.data, ...) {

0 commit comments

Comments
 (0)