R/itis_terms.R
itis_terms.Rd
Get ITIS terms, i.e., tsn's, authors, common names, and scientific names.
itis_terms(query, what = "both", ...)
One or more common or scientific names, or partial names
One of both (search common and scientific names), common (search just common names), or scientific (search just scientific names)
Further arguments passed on to ritis::terms()
if (FALSE) {
# Get terms searching both common and scientific names
itis_terms(query='bear')
# Get terms searching just common names
itis_terms(query='tarweed', "common")
# Get terms searching just scientific names
itis_terms(query='Poa annua', "scientific")
}