Description Usage Arguments Value Examples
View source: R/explore_categorical_columns.R
Creates a data frame containing column names and corresponding details about unique values, null values and most frequent category in every column Plots count-plots for given categorical columns
1 | explore_categorical_columns(df, categorical_cols)
|
df |
input data as a data frame |
categorical_cols |
vector containing categorical columns |
A list object with first list element being a tibble with details about unique, null values and most frequent category in every column and a second list element being count plots of user provided column names
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.