Description Usage Arguments Value Examples
View source: R/grouping_function.R
grouping_function
1 | grouping_function(parameter_value = NULL, subgroup_size = NULL)
|
parameter_value |
is a column of Data Frame |
subgroup_size |
is group size of vector |
grouped data frame
1 | grouping_function(parameter_value = cars$speed, subgroup_size = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.