validate_names | R Documentation |
Check for alternate versions of a scientific name and return the scientific names FishBase recognizes as valid
validate_names(
species_list,
server = getOption("FISHBASE_API", "fishbase"),
version = get_latest_release(),
db = default_db(),
...
)
species_list |
A vector of scientific names (each element as "genus species"). If empty, a table for all fish will be returned. |
server |
Either "fishbase" or "sealifebase". |
version |
a version string for the database. See |
db |
database connection, now deprecated. |
... |
additional arguments, currently ignored |
a string of the validated names
validate_names("Abramites ternetzi")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.