copy_directory_structure | R Documentation |
Create all the intermediate directories required for relative_path to exist within destination_directory. This assumes that relative_path is a directory located within root_dir.
copy_directory_structure(destination_directory, relative_path)
destination_directory |
(str): root of the destination directory where the directory structure will be created. |
relative_path |
(str): relative path that will be created within destination_directory |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.