View source: R/zzz_stash_match.R
stash_match_.s3_stash | R Documentation |
List files/objects that match parameters from an AWS S3 stash
## S3 method for class 's3_stash'
stash_match_(file.name, from, time.stamp, uuid, extension,
compression, recursive)
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? |
List of stash objects that match parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.