rt_status_find_type: Retrieve the status of all Taxa according to a Status Type

View source: R/rt_status_find_type.R

rt_status_find_typeR Documentation

Retrieve the status of all Taxa according to a Status Type

Description

Retrieve the status of all Taxa according to a Status Type

Usage

rt_status_find_type(status_id = NULL, page = 1, size = 2000)

Arguments

status_id

character(1) [required]
The identifier of status (see rt_status_type() for the list of status types)

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 status types rt_status_type()

Examples

## Not run: 
# Find all taxa concerned by Habitat Directive referenced in TAXREF
rt_status_find_type("DH")

## End(Not run)


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