This function aimed to read group data from EBX5 to R.

ReadEBXGroup(gr_name, branch = "Fishery", instance = "Fishery")

Arguments

gr_name

group name which the data will be read from. Please, see the code list options after run the function GetEBXGroups in the field "Name".

branch

branch name.

instance

instance name.

Value

Return an object of the class data.table.

See also

Examples

# NOT RUN { gr <- ReadEBXGroup(gr_name = 'Group_CPCDiv_CPCGroup') # }