Learn R Programming

tidycomm (version 0.0.1)

tab_frequencies: Tabulate frequencies

Description

Tabulates frequencies for one or more categorical variable, including relative, and cumulative frequencies.

Usage

tab_frequencies(data, ...)

Arguments

data
...

Variables to tabulate

Value

a tibble

See Also

Other categorical: cramer_V, crosstab

Examples

Run this code
# NOT RUN {
WoJ %>% tab_frequencies(employment)
WoJ %>% tab_frequencies(employment, country)

# }

Run the code above in your browser using DataLab