## ----setup, include=FALSE-----------------------------------------------------
knitr::opts_chunk$set(collapse = TRUE, comment = "#>")
library(AutoViz)

## -----------------------------------------------------------------------------
av <- autoviz(iris)
av

## -----------------------------------------------------------------------------
vb_profile(iris)

## -----------------------------------------------------------------------------
vb_recommend(iris)

## -----------------------------------------------------------------------------
vb_plot(iris, "Species", type = "bar")

## -----------------------------------------------------------------------------
dash <- vb_dashboard(iris, title = "Iris Dashboard")
dash

