README.md

storrmap

Travis-CI Build
Status AppVeyor Build
Status Coverage
Status

The goal of storrmap is to iterate over R objects that are too large to fit in memory with an interface between purrr’s map function and storr’s persistent key/value stores.

Installation

You can install storrmap from github with:

# install.packages("devtools")
devtools::install_github("mdlincoln/storrmap")

Example

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

## basic example code


mdlincoln/storrmap documentation built on May 15, 2019, 1:17 p.m.