check_and_create_dir | R Documentation |
Checks if a directory exists and creates it if it doesn't. Provides informative messages about the process.
check_and_create_dir(basedir, dir = NULL, verbose = TRUE)
basedir |
The base directory path |
dir |
The subdirectory to create (optional) |
verbose |
Whether to display status messages |
No return value; creates directory if needed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.