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