taxotools (version 0.0.43)

guess_taxo_level: Guess the taxonomic level of Scientific Name

Description

Guesses the taxonomic level i.e. Genus, Species or Subspecies based on number of words

Usage

guess_taxo_level(name)

Arguments

name

scientific name string to be checked

See Also

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

Examples

Run this code
# NOT RUN {
guess_taxo_level("Akodon longipilis")
guess_taxo_level("Akodon")
guess_taxo_level("Abrocoma cinerea shistacea")

# }

Run the code above in your browser using DataCamp Workspace