Get full taxonomic information from ITIS
Details
Only taxonomic rank information above the inputted value will be provided, e.g., if you provide a value at the phylum level, only the kingdom-associated levels will be returned. Additionally, there may be different TSNs associated with an input value, one being valid and the other not. Both will be returned. Users should take care to check the 'validity' column for additional filtering criteria.
Examples
if (FALSE) { # \dontrun{
taxa <- c("Chinese Mitten Crab", "Liparis", "Oncorhynchus tshawytscha")
getTaxonomyFromItis(taxa)
} # }