dir_spec: Specify Input/Output Directories For Project

View source: R/directory_funs.R

dir_specR Documentation

Specify Input/Output Directories For Project

Description

Produces a list comprising directories for munged data, JAGS data lists, figures, and model outputs. Should be used with list2env() to assign directories to desired environment (typically .GlobalEnv)

Usage

dir_spec(dir.orig.data, dir.proj = NULL, subdir.proj = NULL)

Arguments

dir.orig.data

Location of the original BBS and eBird data. This directory should house multiple directories, including the BBS route shapefiles, the eBird database. Usually, the original BBS data will be downloaded here.

dir.proj

Project directory. Assumes current working directory. This is where the directories and output files will be stored.

subdir.proj

The name of a subdirectory to exist within dir.proj. Can be quickly created outside this function using 'dubcorms::set_proj_shorthand'


trashbirdecology/dubcorms documentation built on June 27, 2022, 2:07 a.m.