rt_taxa_status: Retrieve Taxon Conservation Status

View source: R/rt_taxa_status.R

rt_taxa_statusR Documentation

Retrieve Taxon Conservation Status

Description

Retrieve Taxon Conservation Status

Usage

rt_taxa_status(id = NULL, detail = FALSE)

Arguments

id

integer(1) [required]
an integer giving the id of the taxon in TAXREF (also called cdNom)

detail

logical(1) [default = FALSE]
Should the table be a long table detailing all the statuses or a compact table?

Examples

## Not run: 
rt_taxa_status(id = 443800, detail = FALSE)
rt_taxa_status(id = 443800, detail = TRUE)

## End(Not run)

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