Description Usage Arguments Value
View source: R/summary_functions.R
This is based on dplyr::count, adding an extra column with frequencies (rounded) within the lowest grouping level.
1 |
x |
A tibble. |
... |
Variables to group by (uses dplyr::count). |
sort |
If TRUE will sort output in descending order of n. |
freq_digits |
Number of digits to round percentages. |
A tibble with counts and frequencies.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.