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_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())

Value

An arrow::Table


[Package DominoDataR version 0.2.3 Index]