mdlincoln / storrmap

Use purrr's map in conjunction with storr's persistent R object storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Use purrr's map in conjunction with storr's persistent R object storage

License:Other


Languages

Language:R 100.0%