View source: R/summarize_data.R
summarize_df | R Documentation |
summarize_obj
to each columnIterates through all the objects of a dataset, call summarize_obj
on each,
and aggregates the results in a data.frame. This one is not meant to be
called directly, because it returns a data.frame full of information but
not really visual friendly. But we export it anyway, in case it is useful
at some point.
summarize_df(df)
df |
data.frame object to summarize |
a data.frame summarizing the original data.frame with information such as length (number of elements), number of na, number of unique elements, sum, min, max, mean, median, percentiles, most frequent values
summarize_df(mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.