load_stash | R Documentation |
Get/Load a stashed object
load_stash(from, read.fn = read.csv, ...)
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 |
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. |
List of stash objects that were successfully saved.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.