This is a wrapper function to which will return an error (via name_errors) if the provided species name is wrong.

check_name_fishbase(sp)

Arguments

sp

A character value containing the species name

Value

returns an error if the species name is wrong.

Examples

if (FALSE) {
library(fishflux)
check_name_fishbase("Lutjanus griseus")
}