Learn R Programming

tidylog (version 0.2.0)

group_by: Wrapper around dplyr::group_by and related functions that prints information about the operation

Description

Wrapper around dplyr::group_by and related functions that prints information about the operation

Usage

group_by(.data, ...)

group_by_all(.data, ...)

group_by_if(.data, ...)

group_by_at(.data, ...)

Arguments

.data

a tbl; see group_by

...

Value

see group_by

Examples

Run this code
# NOT RUN {
group_by(mtcars, am, cyl)
#> group_by: 2 grouping variables (am, cyl)
# }

Run the code above in your browser using DataLab