Description Usage Arguments Details Value Author(s) See Also Examples
This function aimed to insert data rows into a group stored in EBX5 through R.
1 2 | InsertEBXGroup(data, gr_name, folder, branch = "Fishery",
instance = "Fishery")
|
data |
a |
gr_name |
group name which the data will be read from. Please, see
the code list options after run the function |
folder |
folder name in EBX that the code list is stored. Please, see
the code list options by running the function |
branch |
branch name. |
instance |
instance name. |
Note that the new rows must have the same columns name os the table that will be appended.
boolean
Luis G. Silva e Silva, luis.silvaesilva@fao.org
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.