Summary function for skim_df
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.
a <- skim(mtcars) summary(a)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.