README.md

tidy.preparation

Package
Website Travis build
status Code coverage
status

Implement a Data Pipeline that Ingests, Prepares, Stores and Crafts Features

Overview

tidy.preparation provides R6 classes for implementing a unidirectional data pipeline that starts with any data source whether it’s on a remote server or local disk. At the output of the instantiated pipeline are amendable data, ready for consumption by multiple predictive analytics applications such as analytical models and reports.

See the package website for more information.

Installation

You can install tidy.preparation by using:

install.packages("devtools")
devtools::install_github("tidylab/tidy.preparation")


tidylab/tidy.preparation documentation built on Jan. 6, 2020, 12:45 a.m.