iucn_status {taxize} | R Documentation |
Extractor functions for iucn
-class.
Description
Extractor functions for iucn
-class.
Usage
iucn_status(x, ...)
Arguments
x |
an |
... |
Currently not used |
Value
A character vector with the status.
See Also
Examples
## Not run:
ia <- iucn_summary(c("Panthera uncia", "Lynx lynx"))
iucn_status(ia)
## End(Not run)
[Package taxize version 0.9.100 Index]