group_by_prepare: Same basic philosophy as group_by_prepare(): lazy_dots comes...

Description Usage Value

View source: R/group-by.r

Description

*_prepare() performs standard manipulation that is needed prior to actual data processing. They are only be needed by packages that implement dplyr backends.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
distinct_prepare(
  .data,
  vars,
  group_vars = character(),
  .keep_all = FALSE,
  caller_env = caller_env(2)
)

group_by_prepare(
  .data,
  ...,
  caller_env = caller_env(2),
  .add = FALSE,
  .dots = deprecated(),
  add = deprecated()
)

Value

A list

data

Modified tbl

groups

Modified groups


javifar/TIDYVERSE-DPLYR documentation built on Dec. 20, 2021, 9:08 p.m.