knitr::opts_chunk$set(echo = TRUE)
libraries <- c("AutoExploreR", "ggplot2", "plotly")
sapply(libraries, function(x) library(x, character.only = TRUE))
currvar <- 'variableName'

Univariate analysis of r currvar

Correlations

targetCorrelations(dataName, target = currvar, N = 10)

Histogram

gghistogram(df = dataName, target = currvar, interactiveplot = TRUE)

Density

ggdensity(df = dataName, target = currvar, interactiveplot = TRUE)


elastacloud/automatic-data-explorer documentation built on May 8, 2019, 9:29 a.m.