Creates a simple character vector of abbreviations for the Portal Rodents.
Usage
rodent_species(
path = get_default_data_path(),
type = "code",
set = "all",
total = FALSE
)
forecasting_species(
path = get_default_data_path(),
total = FALSE,
type = "abbreviation"
)Arguments
- path
characterFolder into which data will be downloaded.- type
charactervalue indicating the output type. Current options include'abbreviation'or'code'(default, two-letter abbreviation),'g_species'(abbreviated genus and species),'Latin'(full scientific names),'common'(common names), and'table'(adata.frameof all the options).- set
characterinput of a specified set of species. Options include"all"(default, all species included) and"forecasting"(the species used in forecating pipelines).- total
logicalvalue indicating if"total"should be added or not.
