group_means | R Documentation |
group_means
groups the provided dataframe by a column and returns
a summary dataframe with a mean column containing the mean of the group's
rank column
group_means(df, quo_group_col)
df |
input data frame |
quo_group_col |
quoted group name containing the column to group on |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.