powered by
Call Neotoma and return a table (with limits & offsets for large tables)
get_table(x, limit = 25, offset = 0)
selected table values from the Database
table
Table name (consult https://open.neotomadb.org/dbschema/ for a complete list of table names.
Default 25 records
Default 0.
{ # Returns only the first 25 specimen records. someSpec <- get_table('specimens') }
Run the code above in your browser using DataLab