countrysubref: 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 available_releases()
for details.
- db
database connection, now deprecated.
- ...
additional arguments, currently ignored
Examples
Run this codeif (FALSE) { # interactive()
if (FALSE) {
countrysubref()
}
}
Run the code above in your browser using DataLab