View source: R/check_can_create_file.R
check_can_create_file | R Documentation |
Will stop if not. Will stop if the file already exists. Does so by creating an empty file at the path, and then deleting it.
check_can_create_file(filename, overwrite = TRUE)
filename |
file that may or may not be created |
overwrite |
if TRUE, if |
Nothing
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.