- .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.
- ...
For slice()
: <data-masking
>
Integer row values.
Provide either positive values to keep, or negative values to drop.
The values provided must be either all positive or all negative.
Indices beyond the number of rows in the input are silently ignored.
For slice_*()
, these arguments are passed on to methods.
- .messages
a set of glue specs. The glue code can use any global
variable, {.count.in}, {.count.out} for the input and output dataframes
sizes respectively and {.excluded} for the difference
- .headline
a glue spec. The glue code can use any global variable,
{.count.in}, {.count.out} for the input and output dataframes sizes
respectively.