Skip to contents

This function reads group data from EBX5 to R.

Usage

ReadEBXGroup(sdmx_group_name)

Arguments

sdmx_group_name

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

Value

Return an object of the class data.table.

Details

The first column called 'Group' defines the parent codes. The second column called 'Member' defines the child identifier. Additional colunmns may be used to define the grouping like start/end year. The correct names and order must be used when defining the EBX5 data model.

See also

Author

Thomas Berger, thomas.berger@fao.org

Examples

if (FALSE) {
ReadEBXGroup(sdmx_group_name = 'HCL_FI_COMMODITY_FAOL1_FAOL2')
}