Sets up the default folder structure
Usage
setup_folders(aoi_name, full_names = TRUE)
Arguments
- aoi
A character string to name the main data folder
Value
a named list of the folders created
Details
Folder structure contains all the raw data, covariates generated, and
subsequent models, and predicted map rasters. Note if directories have
been created this function can be used to generate a list of the folder_id
and associated file paths.
Examples
## add more
setupfolder("AppleValley")
#> Error in setupfolder("AppleValley"): could not find function "setupfolder"
list.dir
#> Error in eval(expr, envir, enclos): object 'list.dir' not found