copy_stash | R Documentation |
Copy a file/object from one stash to another
copy_stash(from, to, one.to = "one", keep.from = TRUE, clean.up = TRUE,
simplify = TRUE)
from |
Path for where the object currently resides. Accepts a character string or *_stash object. |
to |
Path for where the object will be copied to. Accepts a character string or *_stash object. |
keep.from |
TRUE or FALSE. When TRUE, the files/objects that were copied from will be deleted. |
clean.up |
TRUE or FALSE. Only used when |
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 copied. |
uuid |
TRUE or FALSE. When TRUE, files containing a uuid generated by save_stash, or matching the save_stash pattern, will be copied. |
extension |
Extension for the file to copy. |
compression |
Accepts NULL for no compression, or 'gz' for gzip. |
checksum |
Not being used right now. |
List of stash objects that were successfully copied to their destination.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.