clean_for_current_run | R Documentation |
Rename the old directory or file if existing.
clean_for_current_run(filetype, delete = TRUE, create_dir = FALSE, ...)
filetype |
A string indicating the needed directory or file. |
delete |
A boolean indicating whether the file or directory indicated by the path needs to be deleted. |
create_dir |
A boolean indicating whether the directory indicated by the path needs to be created. |
... |
Additional parameters to pass to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.