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