Learn R Programming

fishflux (version 0.0.1.6)

name_errors: A function to find errors in fish species names

Description

This function allows you to check if there are errors in your fish species list and returns inaccurate scientific names

Usage

name_errors(sp)

Arguments

sp

A vector containing all your scientific species names.

Value

A vector with the incorrect species names.

Examples

Run this code
# NOT RUN {
library(fishflux)
name_errors(c("Chlorurus spilurus", "Zebrasoma scopas"))
name_errors(c("Chlorurus spilurus", "Zebrasoma copas"))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab