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

laundRy

R build status

The laundRy package performs many standard preprocessing techniques for Tidyverse tibbles, before use in statistical analysis and machine learning. The package functionality includes categorizing column types, handling missing data and imputation, transforming/standardizing columns and feature selection. The laundRy package aims to remove much of the grunt work in the typical data science workflow, allowing the analyst maximum time and energy to devote to modelling!

Installation

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

install.packages("laundRy")

And the development version from GitHub with:

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

Features

Dependencies

Usage

LaundRy in the R ecosystem

Example

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

library(laundRy)
## basic example code


UBC-MDS/laundRy documentation built on March 31, 2020, 12:54 a.m.