Description Usage Arguments Examples
Plot frequencies & pecentages in bar chart for all categorical variables.
1 2 3 4 5 6 | plot_count_all(
df,
interactive = FALSE,
n_rows = 4,
margins = c(0.059, 0.02, 0.02, 0.02)
)
|
df |
A list of tibbles generated by get_counts_all() |
interactive |
If true, plots are passed to plotly and display tooltips. |
n_rows |
How many rows should tbe present in he faceted panel of plots? |
margins |
Margins to be passed to plotly::subplot() if interactive = TRUE. |
1 | calc_count_all(mtcars) %>% plot_count_all()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.