powered by
summary
Summary function for skim_df. This is a method of the generic function summary
# S3 method for skim_df summary(object, ...)
a skim dataframe
Additional arguments affecting the summary produced. Not used
A summary of the dataframe df
df
# NOT RUN { a <- skim(mtcars) summary(a) # }
Run the code above in your browser using DataLab