skimr (version 1.0.3)

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, ...)

Arguments

object

a skim dataframe.

...

Additional arguments affecting the summary produced. Not used.

Value

A summary of the skim data frame.

Examples

Run this code
# NOT RUN {
 a <- skim(mtcars)
 summary(a)
# }

Run the code above in your browser using DataCamp Workspace