countrysubref {rfishbase} | R Documentation |
countrysubref
Description
return a table of countrysubref
Usage
countrysubref(
server = getOption("FISHBASE_API", "fishbase"),
version = get_latest_release(),
db = default_db(),
...
)
Arguments
server |
Either "fishbase" or "sealifebase". |
version |
a version string for the database. See |
db |
database connection, now deprecated. |
... |
additional arguments, currently ignored |
Examples
## Not run:
countrysubref()
## End(Not run)
[Package rfishbase version 5.0.0 Index]