Learn R Programming

icesVMS (version 1.1.4)

get_ecoregion_list: Lists of Vocabularies

Description

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

Usage

get_ecoregion_list()

get_stat_rec_list()

get_country_list()

Arguments

Value

a character vector

Examples

Run this code
# \donttest{
ecoregions <- get_ecoregion_list()
"Celtic Seas" %in% ecoregions

stat_recs <- get_stat_rec_list()
"40F1" %in% stat_recs

countries <- get_country_list()
"DK" %in% countries
# }

Run the code above in your browser using DataLab