Output a frequency table for the values in one column
Arguments
- data
A tibble.
- col
The column holding values to count.
- ci
Whether to compute 95% confidence intervals using
stats::prop.test
.- percent
Proportions are formatted as percent by default. Set to FALSE to get bare proportions.
- labels
If TRUE (default) extracts labels from the attributes, see codebook.
- clean
Prepare data by data_clean.
- ...
Placeholder to allow calling the method with unused parameters from tab_counts.