Description Usage Arguments Details Author(s)
create_proj
creates folders based on the structure of a "yaml_file". By default
it is the structure of the file system.file("reprodown.yaml", package =
"reprodown")
.
1 2 3 4 | create_proj(
dir = getwd(),
yaml_file = system.file("reprodown.yaml", package = "reprodown")
)
|
dir |
Directory where to create our project. By default, this is the current working directory. |
yaml_file |
A file that defines the structure of the project. |
For the yaml_file. Each bullet item is understood as a folder, its corresponding sub-items are considered sub-folders.
Erick A. Chacón-Montalván
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.