create_folder | R Documentation |
Create a directory if it doesn't exist. If no argument is provided, it returns the current working directory
create_folder(folder_name = NULL, verbose = FALSE)
folder_name |
(chr) folder name |
verbose |
(logical) |
{
create_folder(folder_name = NULL)
# Or use this one for a real folder:
# create_folder(folder_name = "testing")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.