query {DominoDataR} | R Documentation |
Query a datasource and returns an arrow Table
Description
Query a datasource and returns an arrow Table
Usage
query(client, datasource, query, override = list())
Arguments
client |
As returned by |
datasource |
The name of the datasource to query |
query |
The query to run against the provided datasource |
override |
Configuration values to override ( |
Value
An arrow::Table
[Package DominoDataR version 0.2.3 Index]