mkdir_p | R Documentation |
Mimics 'mkdir -p' by making a directory and all subdirectories and suppressing error messages if folder already exists.
mkdir_p(path)
path |
Location of folder to be made |
None
mkdir_p('./test_directory')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.