stash_match: List files/objects that match parameters

Description Usage Arguments Value

Description

List files/objects that match parameters

Usage

1
2
stash_match(file.name, from = "", time.stamp = FALSE, uuid = FALSE,
  extension = NULL, compression = NULL, recursive = FALSE)

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.