You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
284B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/imports.R
  3. \name{group_by}
  4. \alias{group_by}
  5. \title{Group a tbl by one or more variables.}
  6. \usage{
  7. group_by(.data, ..., add = FALSE)
  8. }
  9. \description{
  10. Group a tbl by one or more variables.
  11. }
  12. \keyword{internal}