get_table: Get table record from Neotoma

View source: R/get_table.R

get_tableR Documentation

Get table record from Neotoma

Description

Call Neotoma and return a table (with limits & offsets for large tables)

Usage

get_table(x, limit = 25, offset = 0)

Arguments

x

Table name (consult https://open.neotomadb.org/dbschema/ for a complete list of table names.

limit

Default 25 records

offset

Default 0.

Value

selected table values from the Database

Examples

{
# Returns only the first 25 specimen records.
someSpec <- get_table('specimens')
}

neotoma2 documentation built on July 9, 2023, 7:37 p.m.