species_by_ecosystem: Species list by ecosystem
Description
Species list by ecosystem
Usage
species_by_ecosystem(
ecosystem,
species_list = NULL,
server = getOption("FISHBASE_API", "fishbase"),
version = "latest",
db = NULL,
...
)
Value
a table of species ecosystems data
Arguments
- 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 available_releases()
for details.
- db
database connection, now deprecated.
- ...
additional arguments, currently ignored
Examples
Run this codeif (FALSE) { # interactive()
if (FALSE) {
species_by_ecosystem(ecosystem = "Arctic", server = "sealifebase")
}
}
Run the code above in your browser using DataLab