slice.skim_df: Use dplyr verb slice on skim_df objects.
Description
Use dplyr verb slice on skim_df objects.
Usage
# S3 method for skim_df
slice(.data, ..., .preserve = FALSE)
Arguments
...
Integer row calues. Provide either positive values to keep or
negative values to drop.
.preserve
when FALSE (the default), the grouping structure is
recalculated based on the resulting data, otherwise
it is kept as is.
Value
skim_df object coerced to a data frame.