Retrieve Taxon Conservation Status
rt_taxa_status(id = NULL, detail = FALSE)
integer(1)
[required]
an integer giving the id of the taxon in TAXREF (also called
cdNom
)
logical(1)
[default = FALSE
]
Should the table be a long table detailing all the statuses or
a compact table?
if (FALSE) {
rt_taxa_status(id = 443800, detail = FALSE)
rt_taxa_status(id = 443800, detail = TRUE)
}