my_cat_dist | R Documentation |
Show distribution of all categorical variable in data.
my_cat_dist(df, na.rm = TRUE)
df |
A data frame. |
na.rm |
will remove NAs before making plots. |
Data must have the type of variables your looking to summarize.
library(tidyverse) iris %>% my_cat_dist()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.