Description Usage Arguments Value Examples
View source: R/amount_factor.R
Count and identify the factors of a column
1 |
x |
A dataframe column or vector |
Text showing the amount of factors and which factors. Not useful for piping.
1 2 | some_levels <- as.factor(c("A", "A", "B", "C"))
amount_factor(some_levels)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.