common_names | R Documentation |
Return a table of common names
common_names(
species_list = NULL,
server = c("fishbase", "sealifebase"),
version = "latest",
db = NULL,
Language = "English",
fields = 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. |
Language |
a string specifying the language for the common name, e.g. "English" |
fields |
subset to these columns. (recommend to omit this and handle manually) |
Note that there are many common names for a given sci name
a data.frame of common names by species queried. If multiple species are queried, The resulting data.frames are concatenated.
common_names("Bolbometopon muricatum")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.