This function reads a table from EBX5. Requires that the EBX5 connection was configured using SetupEBXConnection.

EBXRead(branch, instance, folder, folder2 = "", table, connection = NA)

Arguments

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 GetEBXConnection; optional

Value

Return an object of the class data.table.

Details

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.

See also

Author

Thomas Berger, thomas.berger@fao.org

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

Examples

if (FALSE) { EBXRead(branch='Fishery', instance='Fishery', folder='Metadata', table='Test_table') }