InsertEBXGroup.Rd
This function aimed to insert data rows into a group stored in EBX5 through R.
InsertEBXGroup(data, gr_name, folder, branch = "Fishery", instance = "Fishery")
data | a |
---|---|
folder | folder name in EBX that the code list is stored. Please, see
the code list options by running the function |
boolean
Note that the new rows must have the same columns name os the table that will be appended.
# NOT RUN { InsertEBXGroup(data = gr_new, gr_name = 'EBXGroup', folder = 'Metadata', branch = 'Fishery', instance = 'Fishery') # }