plot_columns: Plot all columns of a table

Description Usage Arguments Value Examples

View source: R/report_columns.R

Description

Make raincloud plots for each numerical variable on a table, and barplots for each categorical variable.

Usage

1
plot_columns(dt, by_column = NULL)

Arguments

dt

Table to be plotted.

by_column

Name of the column to use as groups for all the other plots

Value

A list of plotly::ggplotly objects, one for each column of the table.

Examples

1
chronicle::plot_columns(dt = iris, by_column = 'Species')

chronicle documentation built on June 25, 2021, 9:09 a.m.