View source: R/taxonomy_helpers.R
retrieve_taxonomy | R Documentation |
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.
retrieve_taxonomy(sci_name)
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 |
a data.frame
of basic taxonomic information
## Not run:
retrieve_taxonomy(c("GULo gulo", "Lampropeltis getuLA HOLBrookI",
"Lampropeltis holbrooki", "Pseudemys scripta",
"Fakus speciesus", "Salsola iberica"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.