inst/doc/contents.R

## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(qacBase)
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)

Try the qacBase package in your browser

Any scripts or data that you put into this service are public.

qacBase documentation built on Feb. 10, 2022, 1:07 a.m.