View source: R/public_utilities.R
is_file_writable | R Documentation |
This function can test if a file is writable. A file will not be writable if another application has it open and locked, or if the file permissions don't support writing
is_file_writable(fname)
fname |
The path to the file |
logical TRUE if the file is writable, FALSE if not
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.