map_from_storr: Map a function over a list of storr objects

Description Usage Arguments Value

Description

This variant saves the purrr::map results within the current environment.

Usage

1
2
map_from_storr(input_keys, storr, .f, ...,
  .input_namespace = storr$default_namespace, .flush_cache = FALSE)

Arguments

input_keys

List of keys present in storr

storr

Storr object

.f

Function to run on each object

...

Other arguments passed to .f

.input_namespace

Namespace of input_keys (optional)

.flush_cache

Flush cache of objects at each step? Defaults to TRUE

Value

A list.


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