set_proj_shorthand: Auto generate a subdirectory name based on project parameters

View source: R/directory_funs.R

set_proj_shorthandR Documentation

Auto generate a subdirectory name based on project parameters

Description

Generates a shorthand name for project based on species, country, states, years, and grid cell size.

Usage

set_proj_shorthand(
  species,
  countries = c("us", "ca"),
  states = NULL,
  grid.size,
  years
)

Arguments

species

string of species names using ISO-366-2

countries

string of countries

states

string of states/province abbreviations

grid.size

size of desired grid cell

years

Vector of years. will take the min and max value


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