README.md

instaeda

R-CMD-check codecov

Quick and easy way to clean data and build exploratory data analysis plots.

This idea came up as we have been building data projects for quite some time now in the UBC MDS program. We noticed that there are some repetitive activities that occur when we first explore the data. This project will help you take a given raw data set an conduct some data cleansing and plotting with a minimal amount of code.

The main components of this package are:

There are a myriad of packages that provide similar functionality in the R ecosystem. A few of the packages include:

Installation

You can install the development version from GitHub with:

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

Documentation

The package vingette or long form documentation is available in the link below:

https://jufu.github.io/instaeda/

Example

This is a basic example of usage for functions found inside the instaeda package.

library(instaeda)

plot_info(example_dataframe)
plot_corr(example_dataframe)
plot_basic_distributions(example_dataframe)
divide_and_fill(example_dataframe)


UBC-MDS/instaeda_R documentation built on March 29, 2021, 7:55 a.m.