Exploratory Data Analysis in R (edar
) is an R package designed to reduce the amount of code needed to perform tidy exploratory data analysis (EDA) in R.
devtools::install_github("DiogoFerrari/edar")
# If you don't want to update the dependencies, use: (you may need to install some dependencies manually)
devtools::install_github("DiogoFerrari/edar", dependencies=F)
## TBD
See other functions in the package vignette.
vignette(edar)
See this webpage and pdf with examples.