itis_taxrank | R Documentation |
Retrieve taxonomic rank name from given TSN.
itis_taxrank(query = NULL, ...)
query |
TSN for a taxonomic group (numeric). If query is left as default
(NULL), you get all possible rank names, and their TSN's (using function
|
... |
Further arguments passed on to |
You can print messages by setting verbose=FALSE
.
Taxonomic rank names or data.frame of all ranks.
## Not run:
# All ranks
itis_taxrank()
# A single TSN
itis_taxrank(query=202385)
# Many TSN's
itis_taxrank(query=c(202385,183833,180543))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.