arlc_df_summary | R Documentation |
This function creates a summary of a data frame including count, mean, median, and standard deviation for numeric columns.
arlc_df_summary(df)
df |
A data frame. |
A data frame summarizing the statistics of the input data frame.
arlc_df_summary(data.frame(a = c(1, 2, 3, 4, 5), b = c(5, 4, 3, 2, 1)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.