synonyms | R Documentation |
Check for alternate versions of a scientific name
synonyms(
species_list = NULL,
server = c("fishbase", "sealifebase"),
version = "latest",
db = NULL,
...
)
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 |
For further information on fields returned, see: http://www.fishbase.org/manual/english/fishbasethe_synonyms_table.htm
A table with information about the synonym. Will generally be only a single row if a species name is given. If a FishBase SpecCode is given, all synonyms matching that SpecCode are shown, and the table indicates which one is Valid for FishBase. This may or may not match the valid name for Catalog of Life (Col), also shown in the table. See examples for details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.