rstash: rstash: A package for abstracting away where your data is...

Description Details Data movement functions Informational functions

Description

A stash refers to both the storage location and the objects being stored. When defining a stash, at least a location needs to be defined, which will default to the working directory for a local_stash. Defining the object is optional. If it is not defined, then this stash would only refer to the location.

Details

When a stash is passed into an actor such as get_stash or save_stash, the defined values in the *_stash function will be used, if not provided, then the stash's values will be used, if not provided, then the default of the *_stash will be used.

The rstash package provides two main categories of functions: Data movement and Informational

Data movement functions

save_stash get_stash delete_stash copy_stash move_stash

Informational functions

stash_match stash_content


jason-huling/rstash documentation built on May 18, 2019, 4:53 p.m.