Get jurisdiction data, i.e., native or not native in a region.
itis_native(tsn = NULL, what = "bytsn", ...)
One or more TSN's (taxonomic serial number)
One of bytsn, values, or originvalues
Further arguments passed on to
jurisdictional_origin
,
jurisdiction_values
, or
jurisdiction_origin_values
# NOT RUN {
# 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))
# }
Run the code above in your browser using DataLab