getCodeList | R Documentation |
Get codes of a given code type.
getCodeList(code_type, code = NULL, date = NULL)
code_type |
the code type, e.g. SpecWoRMS. |
code |
optional code to restrict output to. |
date |
restrict output to codes modified after a given date in yyyy-mm-dd format, e.g. "2010-12-01". |
A data frame.
getCodeTypeList
and getCodeDetail
get code types
and code details.
findCodeType
and findAphia
provide support for searching the code type and code lists.
icesVocab-package
gives an overview of the package.
## Not run:
# Aphia Species codes
findCodeType("aphia", full = TRUE)
codes <- getCodeList("SpecWoRMS")
head(codes)
findCode("ship", "clupea", full = TRUE)
getCodeList("ICES_Area")
getCodeList("ICES_Area", code = "27.4.a")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.