Description Usage Arguments Value Examples
Produces a count of unique categories,
tabcount shows the number of
unique categories for the selected variable.
Accepts data.table, tibble, or data.frame as input.
Efficient with big data: if you give it a data.table,
tabcount uses data.table syntax.
1 |
df |
A data.table, tibble, or data.frame |
... |
A column or set of columns (without quotation marks) |
Count of the number of unique groups formed by the variables given in ... from df.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.