Description Usage Arguments Examples
Creates a set of standard directories in the emLab "current projects" folder: 01_raw_data, 02_processed_data, 03_output_data
1 | create_emlab_dirs(project_codename, other_dirs = NULL)
|
project_codename |
The code name used for the project. It should match the name used in the "current project" directory at emLab |
other_dirs |
If needed, a character vector containing the names for extra directories. |
1 2 3 4 5 6 | ## Not run:
create_dirs() # This creates default directories
create_dirs(other_dirs = "reports") # Creates all default directories and an "reports" directory
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.