Learn R Programming

skimr (version 1.0)

summary.skim_df: Summary function for skim_df. This is a method of the generic function summary

Description

Summary function for skim_df. 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 dataframe df

Examples

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

Run the code above in your browser using DataLab