| summary.skim_df {skimr} | R Documentation |
This is a method of the generic function summary().
## S3 method for class 'skim_df' summary(object, ...)
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) ## End(Not run)