Description Usage Arguments Examples
View source: R/count_percentage_multiple.R
This function allows you to count the observations per group on multiple columns and compute the associated percentage.
1 | count_percentage_multiple(df, ..., digits = 1)
|
df |
A data frame with the observations |
... |
The name of the columns containing the observations |
digits |
The number of decimals needed for the percentage |
1 | count_percentage_multiple(iris, Species)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.