skimr (version 1.0.7)

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

.data

A skim object

...

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.

See Also

dplyr::slice()