powered by
Skim results returned as a tidy long data frame with four columns: variable, type, stat and formatted.
to_long(.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.
A skim_df object, which also inherits the class(es) of the input data. The result is usually a data frame or tibble.
skim_df
# NOT RUN { to_long(iris) # }
Run the code above in your browser using DataLab