summary.skim_df | 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.
a <- skim(mtcars) summary(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.