Description Usage Arguments Value Examples
View source: R/report_columns.R
Make raincloud plots for each numerical variable on a table, and barplots for each categorical variable.
1 | plot_columns(dt, by_column = NULL)
|
dt |
Table to be plotted. |
by_column |
Name of the column to use as groups for all the other plots |
A list of plotly::ggplotly objects, one for each column of the table.
1 | chronicle::plot_columns(dt = iris, by_column = 'Species')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.