## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
library(qacEDA)
library(knitr)
## ----message=FALSE, warning=FALSE---------------------------------------------
data(cars74)
## ----message=FALSE, warning=FALSE---------------------------------------------
contents(cars74)
## ----message=FALSE, warning=FALSE---------------------------------------------
df_plot(cars74)
## ----message=FALSE, warning=FALSE---------------------------------------------
barcharts(cars74)
## ----message=FALSE, warning=FALSE---------------------------------------------
histograms(cars74)
densities(cars74)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.