Description Usage Arguments Value
This function takes a quota tibble or dataframe as its input and returns a tibble as its output. The function assumes that one column, the "location" column, includes the location of your quota, e.g. a country, county, or city. This can also just be a single value for all rows. The freq_raw argument encodes the raw number of people.
1 | get_rel_freq(quota, location = name, freq_raw = value)
|
quota |
dataframe or tibble |
location |
factor or character |
freq_raw |
numeric |
A tibble with relative frequencies for the gender-age combinations for each location.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.