Skip to contents

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

Usage

RemoveEBXGroup(data, sdmx_group_name)

Arguments

data

a data.frame that will be removed. data must specify the unique primary key(s); which identify the rows to be removed.

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

Author

Thomas Berger, thomas.berger@fao.org