We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
epi_df
select
1 parent 510e6d4 commit 9cc3437Copy full SHA for 9cc3437
R/group_by_epi_df_methods.R
@@ -2,7 +2,8 @@
2
#' @export
3
select.epi_df <- function(.data, ...) {
4
selected <- NextMethod(.data)
5
- return (dplyr_reconstruct(selected, .data))
+ might_decay <- reclass(selected, attr(selected, "metadata"))
6
+ return(dplyr_reconstruct(might_decay, might_decay))
7
}
8
9
# others to consider:
0 commit comments