knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(quick.boxplot)
This package creates boxplots from inputted datasets, as well as categorical (x) and continuous (y) variables in ggplot2.
For example:
quick_boxplot(datateachr::cancer_sample, diagnosis, perimeter_mean)
We hope this saves some time in the visualization of data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.