Get taxonomic names for a given taxonomic name query.

Usage

itis_name(query = NULL, get = NULL)

Arguments

query
TSN number (taxonomic serial number).
get
The rank of the taxonomic name to get.

Value

Taxonomic name for the searched taxon.

Description

Get taxonomic names for a given taxonomic name query.

Examples

itis_name(query="Helianthus annuus", get="family")
itis_name is deprecated, use tax_name instead