Description Usage Arguments Value Examples
Finds the frequency of the categorical variables in a data frame and returns the histogram of each categorical variable.
1 | describe_cat_var(dataframe, cat_vars)
|
dataframe |
tbl. The dataframe to be inspected. |
cat_vars |
vector of character strings of the names of the categorical variables. |
ggplot object to plot histogram of the categorical variables
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.