View source: R/aiding_functions.R
Check if a filename is valid for writing by trying to create the file. If the filename contains a path, result will only be TRUE if the whole path already exists
1 | checkFilename(filename, overwrite = TRUE)
|
filename |
The filename to check |
overwrite |
if TRUE (default) an existing file of that name will be deleted (if it is not protected by being locked, read-only, owned by another user etc) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.