getCodeList: Get Codes

Description Usage Arguments Value See Also Examples

View source: R/getCodeList.R

Description

Get codes of a given code type.

Usage

1
getCodeList(code_type, date = NULL)

Arguments

code_type

the code type, e.g. SpecWoRMS.

date

restrict output to codes modified after a given date in yyyy-mm-dd format, e.g. "2010-12-01".

Value

A data frame.

See Also

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.

Examples

1
2
3
4
5
6
# Aphia Species codes
findCodeType("aphia", full = TRUE)
codes <- getCodeList("SpecWoRMS")
head(codes)

findAphia("cod", full = TRUE)

icesVocab documentation built on Feb. 11, 2022, 1:07 a.m.