checkVocabLists: Lists of Vocabularies

check_ecoregionR Documentation

Lists of Vocabularies

Description

Get a list of vocabularies such as country codes or ecoregions.

Usage

check_ecoregion(arg, stop.on.fail = TRUE)

check_stat_recs(arg, stop.on.fail = TRUE)

check_countries(arg, stop.on.fail = TRUE)

Arguments

arg

one of country code, ICES statistical rectangle or ICES ecoregion

stop.on.fail

logical, if TRUE function will call stop()

Value

logical

Examples


check_ecoregion("Celtic Seas")

check_stat_recs("40F1")

check_countries("DK")
check_countries(c("DK", "GB"))


ices-tools-prod/icesVMS documentation built on April 24, 2023, 2:31 a.m.