Description Usage Arguments Examples
View source: R/calc_crosscount.R
Breakdown counts and percentages of one categorical variable by another.
1 | calc_crosscount(df, grp_var_1, grp_var_2)
|
df |
A tibble |
grp_var_1 |
A categorical variable |
grp_var_2 |
A categorical variable |
1 | calc_crosscount(mtcars, am, cyl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.