- .data
A data frame, data frame extension (e.g. a tibble), or a
lazy data frame (e.g. from dbplyr or dtplyr). See Methods, below, for
more details.
- ...
<data-masking
> Name-value pairs of
summary functions. The name will be the name of the variable in the result.
The value can be:
A vector of length 1, e.g. min(x)
, n()
, or sum(is.na(y))
.
A data frame, to add multiple columns from a single expression.
Returning values with size 0 or >1 was
deprecated as of 1.1.0. Please use reframe()
for this instead.
- .messages
a set of glue specs. The glue code can use any summary
variable defined in the ... parameter, or any global variable, or
{.strata}
- .headline
a headline glue spec. The glue code can use any summary
variable defined in the ... parameter, or any global variable, or
{.strata}
- .tag
if you want the summary data from this step in the future then
give it a name with .tag.