get_object {DominoDataR}R Documentation

Retrieve an object from a datasource

Description

Retrieve an object from a datasource

Usage

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

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

Value

Raw vector representation of the object


[Package DominoDataR version 0.2.3 Index]