comm2sci_s: Get scientific names from common names.

View source: R/comm2sci_s.R

comm2sci_sR Documentation

Get scientific names from common names.

Description

Get scientific names from common names.

Usage

comm2sci_s(commnames, db = "worms", simplify = TRUE, ...)

Arguments

commnames

One or more common names or partial names.

db

Data source, only "worms" for now

simplify

(logical) If TRUE, simplify output to a vector of names. If FALSE, return variable formats from different sources, usually a data.frame.

...

Further arguments passed on to internal methods.

Value

A vector of names.

Author(s)

Scott Chamberlain (myrmecocystus@gmail.com)

See Also

worms_records

sci2comm_s

Examples

## Not run: 
comm2sci_s(commnames=c('atlantic salmon','great white shark'), db='worms')

## End(Not run)

ropensci/taxizesoap documentation built on May 18, 2022, 7:33 p.m.