View source: R/combine_groups.R
Sums up numerical and logical data groupwise
1 2 3 4 5 6 7 8 9 10 | combine.groups(
data,
groups,
method,
save = T,
name,
name2 = F,
destination = "dat",
return = F
)
|
data |
numerical or logical data |
groups |
group vector |
method |
method to be used |
save |
save data |
name |
name to save data as |
name2 |
should name be generated automatically |
destination |
where to save data |
return |
return data frame |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.