create.dir: Creates a File Directory for a New Refuge I&M Project

Description Usage Arguments Examples

View source: R/create.dir.R

Description

A function to create a new file directory structure. The directory structure is based off the Alaska I&M biometric project directory template.

Usage

1
create.dir(proj.name = NULL, dir.name = NULL, more.folders = NULL)

Arguments

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.

Examples

1
2
3
## Not run: 
create.dir(proj.name = "bear_survey", dir.name = "./put_it_here", more.folders = NULL)
## End(Not run)

USFWS/refugetools documentation built on July 10, 2020, 7:26 a.m.