Learn R Programming

taxlist (version 0.2.3)

tnrs: Taxonomic Name Resolution Service

Description

Methods of taxize::tnrs() for taxlist objects.

Usage

tnrs(query, ...)

# S4 method for character tnrs(query, ...)

# S4 method for taxlist tnrs(query, min_score = 0.8, source = "iPlant_TNRS", ...)

Value

A data frame or an object of class taxlist.

Arguments

query

Either a character vector or a taxlist object with names to search.

...

Further arguments passed to taxize::tnrs().

min_score

Minimum value of score for considering accepted names as suggested by the output.

source

Source database.

Author

Miguel Alvarez kamapu78@gmail.com

Details

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.

See Also

taxize::tnrs()