Description Usage Arguments See Also
View source: R/util_aggregation.R
Aggregating by counts
1 2  | aggregate_count(df, split.by = NULL, ignore.missing.data = T,
  write.to.file = NULL)
 | 
df | 
 data frame to aggregate  | 
split.by | 
 aggregating in groups. Creates one row per unique value in the data column with the name speficied here  | 
ignore.missing.data | 
 if TRUE, NA and empty strings are not counted as a category  | 
write.to.file | 
 specify a CSV file name to write results to  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.