stash_match_.local_stash: List files/objects that match parameters from a local stash

Description Usage Arguments Value

Description

List files/objects that match parameters from a local stash

Usage

1
2
3
## S3 method for class 'local_stash'
stash_match_(file.name, from, time.stamp, uuid, extension,
  compression, recursive)

Arguments

file.name

Base file name for the object

from

Path for where the object resides. Accepts a character string or *_stash 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 matched.

uuid

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

extension

Extension for the file to load.

compression

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

recursive

Logical. Should the match recurse into directories?

Value

List of stash objects that match parameters.


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