create_dir | R Documentation |
This function creates a directory at the specified path if it does not already exist.
create_dir(export)
export |
Path to the directory to be created |
Message indicating the status of directory creation
create_dir(export = "path/to/directory_of_file")
unlink("path", recursive = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.