Learn R Programming

taxize (version 0.9.100.1)

itis_name: Get taxonomic names for a given taxonomic name query.

Description

Get taxonomic names for a given taxonomic name query.

Usage

itis_name(query = NULL, get = NULL)

Value

Taxonomic name for the searched taxon.

Arguments

query

TSN number (taxonomic serial number).

get

The rank of the taxonomic name to get.

Examples

Run this code
if (FALSE) {
itis_name(query="Helianthus annuus", get="family")
}

Run the code above in your browser using DataLab