load_stash: Get/Load a stashed object

Description Usage Arguments Value

Description

Get/Load a stashed object

Usage

1
load_stash(from, read.fn = read.csv, ...)

Arguments

from

Path for where the object resides. Accepts a character string or *_stash object.

read.fn

Any function where the first argument is the object and the second is the file path. Will be used to read the files into R.

...

Arguments to pass to read.fn.

file.name

Base file name for the object

time.stamp

TRUE or FALSE. When TRUE, files containing a time stamp generated by save_stash, or matching the save_stash pattern, will be loaded.

uuid

TRUE or FALSE. When TRUE, files containing a uuid generated by save_stash, or matching the save_stash pattern, will be loaded.

extension

Extension for the file to load.

compression

Accepts NULL for no compression, or 'gz' for gzip.

checksum

Not being used right now.

Value

List of stash objects that were successfully saved.


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