knitr::opts_chunk$set(echo = TRUE)
libraries <- c("AutoExploreR", "ggplot2", "plotly") sapply(libraries, function(x) library(x, character.only = TRUE))
currvar <- 'variableName'
r currvar
targetCorrelations(dataName, target = currvar, N = 10)
gghistogram(df = dataName, target = currvar, interactiveplot = TRUE)
ggdensity(df = dataName, target = currvar, interactiveplot = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.