taxize (version 0.1.5)

itis_native: Get jurisdiction data, i.e., native or not native in a region.

Description

Get jurisdiction data, i.e., native or not native in a region.

Usage

itis_native(tsn = NULL, what = "bytsn", ...)

Arguments

tsn
One or more TSN's (taxonomic serial number)
what
One of bytsn, values, or originvalues
...
Further arguments passed on to getjurisdictionaloriginfromtsn

Examples

Run this code
# Get values
itis_native(what="values")

# Get origin values
itis_native(what="originvalues")

# Get values by tsn
itis_native(tsn=180543)
itis_native(tsn=c(180543,41074,36616))

# suppress message
itis_native(c(180543,41074,36616), verbose=FALSE)

Run the code above in your browser using DataLab