retrieve_taxonomy: Retrieve taxonomic information for one or more scientific...

View source: R/taxonomy_helpers.R

retrieve_taxonomyR Documentation

Retrieve taxonomic information for one or more scientific names

Description

Retrieves very basic taxonomic information for a given taxa, if available, including Taxonomic Serial Number (tsn), the taxon_code used also by the US Fish & Wildlife Service), common_name(s), a generic taxon group, and a note if a match is not found.

Usage

retrieve_taxonomy(sci_name)

Arguments

sci_name

character vector (case-insensitive) of scientific names for which to retrieve basic taxonomic information at the *species* level; that is, subspecies (trinomials) are currently ignored

Value

a data.frame of basic taxonomic information

Examples

## Not run: 
retrieve_taxonomy(c("GULo gulo", "Lampropeltis getuLA HOLBrookI",
                    "Lampropeltis holbrooki", "Pseudemys scripta",
                    "Fakus speciesus", "Salsola iberica"))

## End(Not run)

adamdsmith/fwspp documentation built on Oct. 16, 2023, 3:43 a.m.