README.md

reasyeda

Codecov test coverage R-CMD-check

Since exploratory data analysis is an imperative part of every analysis, the goal of the reasyeda package is to provide efficient data scrubbing and visualization tools to perform preliminary EDA on raw data. The package can be leveraged to clean the dataset and visualize relationships between features to generate insightful trends.

This package is developed by James Kim, Kristin Bunyan, Sukhleen Kaur, and Luming Yang.

Functions

Other packages that offer similar functionality are:

Installation

You can install the development version of reasyeda from GitHub with:

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

Example

This is a basic example which shows you how to load and use our package:

library(reasyeda)
library(palmerpenguins) # load the dataset

## basic example code 
clean_up(penguins)
results <- birds_eye_view(penguins)
close_up(penguins, n=1)
summary_suggestions(penguins)

Documentation

More detailed documentation of the package is generated through vignette and pkgdown R packages and could be accessed on this website via GitHub pages.



UBC-MDS/reasyeda documentation built on Feb. 6, 2022, 7 a.m.