create_dirs_r | R Documentation |
Function to recursively create directories if any of the
directories in a provided path are missing. Similar to mkdir -p
from
Bash.
create_dirs_r(dir_path)
dir_path |
Path to a file or directory which you want to generate. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.