fb_comm_name: Get common name for marine fish and invertebrates

View source: R/fb_comm_name.R

fb_comm_nameR Documentation

Get common name for marine fish and invertebrates

Description

Gets ONE common name for marine fish and invertebrate scientific names. The common name comes from FishBase species table, FishBase English common names, FishBase non-English common names.

Usage

fb_comm_name(species)

Arguments

species

A character vector of species scientific names

Value

A dataframe of species common names and their sources

Examples

# Get common names
species <- c("Gadus morhua", "Clupea harengus", "Callinectes sapidus")
fb_comm_name(species)

cfree14/freeR documentation built on Aug. 22, 2023, 11:12 p.m.