delete_stash | R Documentation |
Delete a stashed file
delete_stash(from, no.prompt = FALSE, clean.up = TRUE, simplify = TRUE)
from |
Path for where the object resides. Accepts a character string or *_stash object. |
no.prompt |
TRUE or FALSE. When FALSE, you will be promted to confirm deletion of matching files. When TRUE, you will not be prompted. Defaults to FALSE. |
clean.up |
TRUE or FALSE. When TRUE, the directory that the file resided in will be deleted if it is empty. |
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 deleted. |
uuid |
TRUE or FALSE. When TRUE, files containing a uuid generated by save_stash, or matching the save_stash pattern, will be deleted. |
extension |
Extension for the file to delete. |
compression |
Accepts NULL for no compression, or 'gz' for gzip. |
checksum |
Not being used right now. |
List of stash objects that were successfully deleted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.