rt_status_opgroup: Retrieve the status of all Taxa in an Operational Group

View source: R/rt_status_opgroup.R

rt_status_opgroupR Documentation

Retrieve the status of all Taxa in an Operational Group

Description

Retrieve the status of all Taxa in an Operational Group

Usage

rt_status_opgroup(opgroup_id, page = 1, size = 2000)

Arguments

opgroup_id

integer(1) [required]
identifier of the operational group (see the list of operational groups rt_operational_groups())

page

integer(1) [default = 1]
The page number returned

size

integer(1) [default = 2000]
The number of lines returned per page (maximum = 2000)

See Also

the list of operational groups rt_operational_groups()

Examples

## Not run: 
    rt_status_opgroup(opgroup_id = 706)

## End(Not run)


Rekyt/rtaxref documentation built on June 18, 2022, 1:02 p.m.