Description Usage Arguments Examples
View source: R/calc_crosscount.R
For a target categorical variable, get counts and percentages for levels of all categorical variables.
1 | calc_crosscount_all(df, target_var, max_categories = 5)
|
df |
A tibble |
target_var |
A categorical variable to target in analysis. |
max_categories |
A numeric scalar. Treat numeric variable as categorical for max_categories. |
1 | calc_crosscount_all(mtcars, cyl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.