taxotools (version 0.0.43)

check_scientific: Parse and resolve a scientific name string

Description

Parse the name using GNR and GBIF parse API to make sure the name is scientific name

Usage

check_scientific(name)

Arguments

name

scientific name string to be checked

Value

Resolved canonical name (NULL if not matched)

See Also

Other Name functions: cast_canonical(), expand_name(), guess_taxo_level(), list_higher_taxo(), melt_canonical()

Examples

Run this code
# NOT RUN {
check_scientific("Akodon longipilis (Waterhouse, 1837)")
check_scientific("Mus longipilis Waterhouse, 1837")
check_scientific("Akodon hershkovitzi Patterson, Gallardo, and Freas, 1984")

# }

Run the code above in your browser using DataCamp Workspace