Skip to contents

This function returns the index of code lists defined in the folder 'Metadata', table name 'EBXCodelist'. Requires that the EBX5 connection was configured using SetupEBXConnection.

Usage

GetEBXCodeLists(connection = NA)

Arguments

connection

is optional

Value

Returns an object of the class data.table

Author

Thomas Berger, thomas.berger@fao.org

Examples


if (FALSE) {
library(faoebx5)
library(fishstatr)
GetEBXCodeLists()
}