Skip to contents

This function reads a code list from EBX5 to R. Requires that the EBX5 connection was configured using SetupEBXConnection.

Usage

ReadEBXCodeList(sdmx_codelist_name)

Arguments

sdmx_codelist_name

code list name, in SDMX style. Available code lists are shown by function GetEBXCodeLists in the field "Acronym". The actual codelist location in EBX5 (branch, instance, code-list-name) are resolved using the metadata structure.

Value

Return an object of the class data.table.

See also

Author

Thomas Berger, thomas.berger@fao.org

Examples

if (FALSE) {
ReadEBXCodeList(sdmx_codelist_name = "CL_FI_COMMODITY_ISSCFC")
}