The goal of discoverr
is to automate the first data discovery steps.
You can install discoverr
with:
devtools::install_github("edo91/discoverr")
This is a basic example which shows you how to solve a common problem:
library(discoverr)
#> Registered S3 method overwritten by 'GGally':
#> method from
#> +.gg ggplot2
plot_var(iris)
#> Loading required package: ggfancy
plot_2var(iris)
#> y is assumed to be the last column of data