get_table | R Documentation |
Call Neotoma and return a table (with limits & offsets for large tables)
get_table(x, limit = 25, offset = 0)
x |
Table name (consult https://open.neotomadb.org/dbschema/ for a complete list of table names. |
limit |
Default 25 records |
offset |
Default 0. |
selected table
values from the Database
{
# Returns only the first 25 specimen records.
someSpec <- get_table('specimens')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.