tab_counts_one | R Documentation |
Output a frequency table for the values in one column
tab_counts_one(
data,
col,
ci = FALSE,
percent = TRUE,
labels = TRUE,
clean = TRUE,
...
)
data |
A tibble. |
col |
The column holding values to count. |
ci |
Whether to compute 95% confidence intervals using |
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. |
A volker tibble.
library(volker)
data <- volker::chatgpt
tab_counts_one(data, sd_gender)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.