my_summary | R Documentation |
Wrapper around the summarise command, returns n = number of observations, min = minimum value, max = maximum value, mean = arithmetric mean, median = median, p25 = 25-percentile, p75 = 75-percentile.
my_summary(df, col, na.rm = TRUE)
df |
Dataframe. |
col |
Column to summarise. |
na.rm |
Removes NAs before calculation, default is TRUE. |
Summarized dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.