knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

xplrrr

R build status

This package makes explatory data analysis (EDA) simple and seamless. EDA is a crucial phase in the data science workflow as it allows us get a fist glimpse of the data. It is important to identify statistical characteristics of the data so that we can properly set up the rest of the analysis.

Installation

You can install the released version of xplrrr from CRAN with:

install.packages("xplrrr")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("UBC-MDS/xplrrr")

Example

This is a basic example which shows you how to solve a common problem:

library(xplrrr)
## basic example code

Contributions

Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given. See CONTRIBUTING.md for further details.

Contributors

See CONTRIBUTORS.md



UBC-MDS/xplrrr documentation built on April 2, 2020, 4 a.m.