Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Improve ?group_by_prepare #6999

Merged
merged 1 commit into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions R/distinct.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ distinct <- function(.data, ..., .keep_all = FALSE) {



#' Same basic philosophy as group_by_prepare(): lazy_dots comes in, list of data and
#' vars (character vector) comes out.
# Same basic philosophy as group_by_prepare(): lazy_dots comes in, list of data and
# vars (character vector) comes out.
#' @rdname group_by_prepare
#' @export
distinct_prepare <- function(.data,
Expand Down
2 changes: 1 addition & 1 deletion R/group-by.R
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ ungroup.data.frame <- function(x, ...) {
x
}

#' Prepare for grouping.
#' Prepare for grouping and other operations
#'
#' `*_prepare()` performs standard manipulation that is needed prior
#' to actual data processing. They are only be needed by packages
Expand Down
3 changes: 1 addition & 2 deletions man/group_by_prepare.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.