This function aimed to update data rows into a group stored in EBX5 through R.

UpdateEBXGroup(data, gr_name, folder, branch = "Fishery",
  instance = "Fishery")

Arguments

data

a data.frame that will be appended.

gr_name

group name which the data will be read from. Please, see the code list options after run the function GetEBXGroups in the field "Name".

folder

folder name in EBX that the code list is stored. Please, see the code list options by running the function GetEBXGroups

branch

branch name.

instance

instance name.

Value

boolean

Details

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

Examples

# NOT RUN { UpdateEBXGroup(data = gr_update, gr_name = 'EBXGroup', folder = 'Metadata') # }