skimr (version 2.1.5)

summary.skim_df: Summary function for skim_df

Description

This is a method of the generic function summary().

Usage

# S3 method for skim_df
summary(object, ...)

Value

A summary of the skim data frame.

Arguments

object

a skim dataframe.

...

Additional arguments affecting the summary produced. Not used.

Examples

Run this code
a <- skim(mtcars)
summary(a)

Run the code above in your browser using DataLab