eurobis_name2id: Get the WoRMS AphiaID given a scientific name

View source: R/taxon.R

eurobis_name2idR Documentation

Get the WoRMS AphiaID given a scientific name

Description

Get the WoRMS AphiaID given a scientific name

Usage

eurobis_name2id(taxa)

Arguments

taxa

The scientific name of a taxon registered in the World Rercord of Marine Species

Value

a vector of AphiaID

Examples

## Not run: 
eurobis_name2id(c("Abra alba", "Engraulis encrasicolus"))
eurobis_name2id(c("foo"))
eurobis_name2id(1)
eurobis_name2id("")
eurobis_name2id(c("Abra alba", "foo", NA))
eurobis_name2id(c("Abra alba", "Engraulis encrasicolus"))
eurobis_name2id(c("abra alba", "foo foo2", "caballo loco"))

## End(Not run)

EMODnet/REMODBio documentation built on Feb. 24, 2024, 4:52 a.m.