taxize (version 0.1.5)

getparenttsnfromtsn: Returns the parent TSN for the entered TSN.

Description

Returns the parent TSN for the entered TSN.

Usage

getparenttsnfromtsn(tsn = NA, ...,
    curl = getCurlHandle())

Arguments

tsn
TSN for a taxonomic group (numeric)
...
optional additional curl options (debugging tools mostly)
curl
If using in a loop, call getCurlHandle() first and pass the returned value in here (avoids unnecessary footprint)

Examples

Run this code
getparenttsnfromtsn(tsn = 202385)

Run the code above in your browser using DataCamp Workspace