Description Usage Arguments Examples
Access a fishbase or sealifebase table
1 2 3 4 5 6 7 |
tbl |
table name, as it appears in the database. See [fb_tables()] for a list. |
server |
fishbase or sealifebase |
version |
release version |
db |
A cachable duckdb database connection |
collect |
should we return an in-memory table? Generally best to leave as TRUE unless RAM is too limited. A remote table can be used with most dplyr functions (filter, select, joins, etc) to further refine. |
1 | fb_tbl("species")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.