View source: R/directory_funs.R
dir_spec | R Documentation |
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)
dir_spec(dir.orig.data, dir.proj = NULL, subdir.proj = NULL)
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' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.