check_file | R Documentation |
Checks that path is a file, that the file exists, the file can be read and that the file is not empty.
check_file(file = NULL, ignore_empty = FALSE)
file |
the path of the file which is being checked. |
ignore_empty |
whether to ignore empty file check. |
Boolean
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.