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 |
can be set to either "fishbase" or "sealifebase" to switch between databases. NOTE: it is usually easier to leave this as NULL and set the source instead using the environmental variable 'FISHBASE_API', e.g. 'Sys.setenv(FISHBASE_API="sealifebase")'. |
version |
a version string for the database, will default to the latest release. see [get_releases()] for details. |
db |
the |
... |
unused; for backwards compatibility only |
Examples
## Not run:
countrysubref()
## End(Not run)
[Package rfishbase version 4.1.2 Index]