R/distinct.R, R/group-by.r
group_by_prepare.Rd*_prepare() performs standard manipulation that is needed prior
to actual data processing. They are only be needed by packages
that implement dplyr backends.
distinct_prepare(.data, vars, group_vars = character(), .keep_all = FALSE) group_by_prepare( .data, ..., .add = FALSE, .dots = deprecated(), add = deprecated() )
A list
Modified tbl
Modified groups