Skip to contents

Works similarly to `getTableAsRecords()` but reformats the `ntspRecords` into a `tibble`.

Usage

getTableAsTibble(dbComm, tableName, searchBlock = list(), fields = "*")

Arguments

dbComm

DbComm connection object

tableName

Name of table in database, wildcards are permitted

searchBlock

list coercible to json for Elasticsearch Search API (Query DSL)

fields

Fields to include in the response, wildcards are permitted, default is all fields.

Value

A tibble

See also

`getTableAsRecords`