| name_errors | R Documentation |
This function allows you to check if there are errors in your fish species list and returns inaccurate scientific names
name_errors(sp)
sp |
A vector containing all your scientific species names. |
A vector with the incorrect species names.
## Not run:
library(fishflux)
name_errors(c("Chlorurus spilurus", "Zebrasoma scopas"))
name_errors(c("Chlorurus spilurus", "Zebrasoma copas"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.