taxize (version 0.1.5)

itis_taxrank: Retrieve taxonomic rank name from given TSN.

Description

Retrieve taxonomic rank name from given TSN.

Usage

itis_taxrank(query = NULL, ...)

Arguments

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 getranknames. There is slightly different terminology f
...
Further arguments passed on to gettaxonomicranknamefromtsn

Value

  • Taxonomic rank names or data.frame of all ranks.

Details

You can print messages by setting verbose=FALSE.

Examples

Run this code
# All ranks
itis_taxrank()

# A single TSN
itis_taxrank(query=202385)
# without message
itis_taxrank(query=202385, verbose=FALSE)

# Many TSN's
itis_taxrank(query=c(202385,183833,180543))

Run the code above in your browser using DataCamp Workspace