Description Arguments Details Value Examples
View source: R/cat_unique_counts.R
Counts unique values in a data frame's categorical feature
df |
A dataframe of type data.frame |
Count unique values in categorical columns
A dataframe with two columns: feature name and unique count
1 2 3 4 | cat_unique_count( df = data.frame(
name = c("Amy","Tony","Jessica"),
age = c(18,21,30),
hobby = c("lab","quiz","swim")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.