c_code | R Documentation |
return a table of country information for the requested c_code, as reported in FishBASE.org
c_code(
c_code = NULL,
server = getOption("FISHBASE_API", "fishbase"),
version = get_latest_release(),
db = default_db(),
...
)
c_code |
a C_Code or list of C_Codes (FishBase country code) |
server |
Either "fishbase" or "sealifebase". |
version |
a version string for the database. See |
db |
database connection, now deprecated. |
... |
additional arguments, currently ignored |
c_code(440)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.