getCodeDetail: Get Details

Description Usage Arguments Value See Also Examples

View source: R/getCodeDetail.R

Description

Get details for a given code.

Usage

1
getCodeDetail(code_type, code)

Arguments

code_type

the code type, e.g. SpecWoRMS.

code

the code, e.g. 101170.

Value

A data frame.

See Also

getCodeTypeList and getCodeList get code types and codes of a given type.

icesVocab-package gives an overview of the package.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# Species code 101170 - Myxine glutinosa
getCodeDetail("SpecWoRMS", 101170)

# find details of Haddock using the aphia ID
findCode("species", "haddock", full = TRUE)

getCodeDetail("SpecWoRMS", 126437)

# get info for had-43
getCodeDetail("ICES_StockCode", "had-34")

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