species_by_ecosystem | R Documentation |
Species list by ecosystem
species_by_ecosystem(
ecosystem,
species_list = NULL,
server = getOption("FISHBASE_API", "fishbase"),
version = "latest",
db = NULL,
...
)
ecosystem |
(character) an ecosystem name |
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 table of species ecosystems data
## Not run:
species_by_ecosystem(ecosystem = "Arctic", server = "sealifebase")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.