map_within_storr: Map inputs from storr into outputs also saved in storr

Description Usage Arguments Value

Description

Map inputs from storr into outputs also saved in storr

Usage

1
2
3
map_within_storr(input_keys, output_keys, storr, .f, ...,
  .input_namespace = storr$default_namespace,
  .output_namespace = storr$default_namespace, .flush_cache = TRUE)

Arguments

input_keys

Keys already present in storr

output_keys

Keys for objects to be written to storr

storr

Storr object

.f

Function to run on each object

...

Other arguments passed to .f

.input_namespace

Namespace of input_keys (optional)

.output_namespace

Namescpae of output_keys (optional)

.flush_cache

Flush cache of objects at each step? Defaults to TRUE

Value

Character vector containing the hashes of each saved object.


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