Methods of taxize::tnrs()
for taxlist objects.
tnrs(query, ...)# S4 method for character
tnrs(query, ...)
# S4 method for taxlist
tnrs(query, min_score = 0.8, source = "iPlant_TNRS", ...)
A data frame or an object of class taxlist.
Either a character vector or a taxlist object with names to search.
Further arguments passed to taxize::tnrs()
.
Minimum value of score for considering accepted names as suggested by the output.
Source database.
Miguel Alvarez kamapu78@gmail.com
This function checks for matching of taxon names in taxlist objects with the Taxonomic Name Resolution Service (TNRS). Misspelled names as well as author names will be replaced in the the new object and new accepted names will be inserted.
A method for character vectors is defined for the original function.
taxize::tnrs()