Skip to contents

This function inserts data rows into a group stored in EBX5. Requires that the EBX5 connection was configured using SetupEBXConnection.

Usage

InsertEBXGroup(data, sdmx_group_name)

Arguments

data

a data.frame defining the rows to insert. 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 new rows must have the same columns name os the table that will be appended.

See also

Author

Thomas Berger, thomas.berger@fao.org