View source: R/SummarizeByGroup.R
summarizeByGroup | R Documentation |
Calculate standard summaries across groups for a dataframe
summarizeByGroup(.data, .summaryVar, ..., na.rm = TRUE)
.data |
A dataframe |
.summaryVar |
A number to summarize |
... |
group variables to summarize within dataframe - can be mutliples. |
na.rm |
boolean - indicates whether NA values should be stripped from summary calculation. Defaults to TRUE |
dataframe containing with summaries for each group
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.