InsertEBXGroup: Insert rows in EBX5 Group

Description Usage Arguments Details Value Author(s) See Also Examples

Description

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

Usage

1
2
InsertEBXGroup(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.

Details

Note that the new rows must have the same columns name os the table that will be appended.

Value

boolean

Author(s)

Luis G. Silva e Silva, luis.silvaesilva@fao.org

See Also

GetEBXGroups

Examples

1
2
3
4
5
6
7
8
## Not run: 
InsertEBXGroup(data = gr_new,
gr_name  = 'EBXGroup',
folder   = 'Metadata',
branch   = 'Fishery',
instance = 'Fishery')

## End(Not run)

lgsilvaesilva/faoebx5 documentation built on May 31, 2019, 5:02 a.m.