View source: R/setup_project_dirtree.R
Creates the project directory tree using the names of desired input and output directories
1 2 3 4 5 | setup_project_dirtree(
input_dir_names = c("INPUT", "CONTROL"),
output_dir_names = NULL,
other_dir_names = NULL
)
|
input_dir_names |
character vector of input directory names that will have "NEW" and "LOADED" subdirectories |
output_dir_names |
character vector of output directory names (does not have subdirectories) |
other_dir_names |
character vector of any other directory names (identical to output_dir_names) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.