taxize (version 0.1.5)

itis_acceptname: Retrieve accepted TSN (with accepted name).

Description

Retrieve accepted TSN (with accepted name).

Usage

itis_acceptname(searchtsn = NA, ...)

Arguments

searchtsn
Quoted TSN for a taxonomic group (character).
...
Further arguments passed on to getacceptednamesfromtsn

Value

  • Names or TSNs of all downstream taxa.

Details

You can print informative messages by setting supmess=FALSE.

Examples

Run this code
itis_acceptname(searchtsn='208527')  # TSN accepted - good name
itis_acceptname(searchtsn='504239')  # TSN not accepted - input TSN is old

Run the code above in your browser using DataCamp Workspace