arlc_file_exists_readable | R Documentation |
This function checks if a file exists and is readable.
arlc_file_exists_readable(filepath)
filepath |
The path to the file. |
TRUE if the file exists and is readable, FALSE otherwise.
arlc_file_exists_readable("example.txt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.