skimr (version 2.0.2)

to_long: Create "long" skim output

Description

Skim results returned as a tidy long data frame with four columns: variable, type, stat and formatted.

Usage

to_long(.data, ...)

Arguments

.data

A tibble, or an object that can be coerced into a tibble.

...

Columns to select for skimming. When none are provided, the default is to skim all columns.

Value

A skim_df object, which also inherits the class(es) of the input data. The result is usually a data frame or tibble.

Examples

Run this code
# NOT RUN {
to_long(iris)
# }

Run the code above in your browser using DataLab