Retrieve Taxon Conservation Status
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
if (FALSE) { # \dontrun{
rt_taxa_status(id = 443800, detail = FALSE)
rt_taxa_status(id = 443800, detail = TRUE)
} # }