Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.18 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.18 KB

discoverr

The goal of discoverr is to automate the first data discovery steps.

Installation

You can install discoverr with:

devtools::install_github("edo91/discoverr")

Example

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