Learn R Programming

DominoDataR (version 0.2.3)

query: Query a datasource and returns an arrow Table

Description

Query a datasource and returns an arrow Table

Usage

query(client, datasource, query, override = list())

Value

An arrow::Table

Arguments

client

As returned by datasource_client()

datasource

The name of the datasource to query

query

The query to run against the provided datasource

override

Configuration values to override (add_override())