Description Usage Arguments Value Examples
View source: R/create_data_project.R
Recursively creates a directory using a template downloaded from the internet.
1 | create_directory_from_template(path, url_template)
|
path |
Path to create directory. |
url_template |
A GitHub repository download link. |
Prints out messages saying the directory were created.
1 2 3 4 5 6 7 | ## Not run:
create_directory_from_template(
"new_dir",
"https://github.com/dcl-docs/project/archive/master.zip"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.