powered by
Get a list of vocabularies such as country codes or ecoregions.
check_ecoregion(arg, stop.on.fail = TRUE)check_stat_recs(arg, stop.on.fail = TRUE)check_countries(arg, stop.on.fail = TRUE)
check_stat_recs(arg, stop.on.fail = TRUE)
check_countries(arg, stop.on.fail = TRUE)
logical
one of country code, ICES statistical rectangle or ICES ecoregion
logical, if TRUE function will call stop()
# \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