Skip to contents

This function updates data rows into a group stored in EBX5.

Usage

UpdateEBXGroup(data, sdmx_group_name)

Arguments

data

a data.frame containing all columns to be be updated All primary keys (usually the Identifier) and all mndatory attributes must be present.

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

boolean

Details

Note that the udpated rows must have the same columns name os the table that will be updated.

Author

Thomas Berger, thomas.berger@fao.org

Examples

if (FALSE) {
UpdateEBXGroup(data = gr_update,
gr_name = 'EBXGroup',
folder = 'Metadata')
}