EBXRead.RdThis function reads a table from EBX5.
Requires that the EBX5 connection was configured using SetupEBXConnection.
EBXRead(branch, instance, folder, folder2 = "", table, connection = NA)
| branch | dataset branch |
|---|---|
| instance | dataset instance |
| folder | folder where the table is |
| folder2 | optional second level folder |
| table | ebx5 table name |
| connection | the result of |
Return an object of the class data.table.
Using the SOAP-API the tabe table name is not the label visible in EBX, but the name.
Requires that the EBX5 connection was configured using SetupEBXConnection.
Thomas Berger, thomas.berger@fao.org
Luis G. Silva e Silva, luis.silvaesilva@fao.org
if (FALSE) { EBXRead(branch='Fishery', instance='Fishery', folder='Metadata', table='Test_table') }