Learn R Programming

icesVMS (version 1.1.4)

check_ecoregion: 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)

Value

logical

Arguments

arg

one of country code, ICES statistical rectangle or ICES ecoregion

stop.on.fail

logical, if TRUE function will call stop()

Examples

Run this code
# \donttest{
check_ecoregion("Celtic Seas")

check_stat_recs("40F1")

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

Run the code above in your browser using DataLab