Description Usage Arguments Details Value Author(s) Examples
This function aimed to update data rows into a code list stored in EBX5 through R.
1 2 | UpdateEBXCodeList(data, cl_name, folder, branch = "Fishery",
instance = "Fishery")
|
data |
a |
cl_name |
code list name which the data will be read from. Please, see
the code list options by running 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 udpated rows must have the same columns name os the table that will be updated.
boolean
Luis G. Silva e Silva, luis.silvaesilva@fao.org
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ## Not run:
cl_new <- data.frame(
Identifier = c(999, 888),
Acronym = 'TEST_ACRONYM',
Folder = 'TESTFOLDER',
Name = 'TEST_NAME',
Branch = 'Fishery',
Instance = 'Fishery')
UpdateEBXCodeList(data = cl_new,
cl_name = 'EBXCodelist',
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.