getCmmn: Get Common

Description Usage Arguments Details Value Examples

View source: R/tax.getCmmn.R

Description

Get species' common names

Usage

1
getCmmn(u.sppCorr)

Arguments

u.sppCorr

character vector of Latin names to lookup

Details

Uses rfishbase (this is new from original implementation), and only uses taxize if rfishbase fails to find a match (but taxize is very slow sometimes). Furture versions should use the sealifebase implementation of rfishbase, which I haven't figured out or tested yet.

Value

a data.table with two columns: the species name searched, and the common name

Examples

1
2
3
4
getCmmn(c(
	"Paralichthys dentatus",
	"Chionoecetes tanneri"
 ))

rBatt/trawlData documentation built on May 26, 2019, 7:45 p.m.