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")
}
Run the code above in your browser using DataLab