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

dataVersionR

Travis build status Coverage status

The goal of dataVersionR is to provide methods for saving a hashed record of the inputs to a function along with the output of the function.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("srvanderplas/dataVersionR")

Example

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

## basic example code


srvanderplas/dataVersionR documentation built on May 7, 2019, 5:02 a.m.