powered by
Get a list of vocabularies such as country codes or ecoregions.
get_ecoregion_list()get_stat_rec_list()get_country_list()
get_stat_rec_list()
get_country_list()
a character vector
# \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