knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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.
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")
This is a basic example which shows you how to solve a common problem:
library(xplrrr) ## basic example code
Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given. See CONTRIBUTING.md for further details.
See CONTRIBUTORS.md
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.