Description Usage Arguments Examples
A function to create a new file directory structure. The directory structure is based off the Alaska I&M biometric project directory template.
1 | create.dir(proj.name = NULL, dir.name = NULL, more.folders = NULL)
|
proj.name |
The name of the project to be used as the name of the root project folder. |
dir.name |
Location to create new root project folder. Default is the current working directory. |
more.folders |
List or vector containing character strings specifying full directory paths for additional folders to be included in project directory. |
1 2 3 | ## Not run:
create.dir(proj.name = "bear_survey", dir.name = "./put_it_here", more.folders = NULL)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.