Learn R Programming

DominoDataR (version 0.2.3)

get_object: Retrieve an object from a datasource

Description

Retrieve an object from a datasource

Usage

get_object(client, datasource, object, as = "raw", override = list())

Value

Raw vector representation of the object

Arguments

client

As returned by datasource_client()

datasource

The name of the datasource to query

object

The object to retrieve

as

Passed through to content

override

Configuration values to override (add_override())