taxize (version 0.1.5)

sci2comm: Get common names from scientific names.

Description

Get common names from scientific names.

Usage

sci2comm(scinames, db = "eol", ...)

Arguments

scinames
One or more scientific names or partial names.
db
Data source, one of eol (default) or itis
...
Further arguments passed on to functions

Value

  • List of data.frame's.

See Also

searchbycommonname, searchbycommonnamebeginswith, searchbycommonnameendswith, eol_search, tp_search

comm2sci

Examples

Run this code
sci2comm(scinames='Helianthus annuus')
sci2comm(scinames='Helianthus annuus', db='itis')
sci2comm(scinames=c('black bear', 'roe deer'))

Run the code above in your browser using DataCamp Workspace