Skip to content

edo91/discoverr

Repository files navigation

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

About

Automated data discovery

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages