Return the percentage each value or combination of values appear in a tibble or dataframe
Source:R/tidyverse_extensions.R
percent.Rd
Return the percentage each value or combination of values appear in a tibble or dataframe
Arguments
- data
a tibble or dataframe
- ...
parameters to pass to
dplyr::count()
- .keep_n
logical; keep or remove the
n
col created bydplyr::count()
. Defaults toFALSE
.