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 |
The name of the datasource to query |
object |
The object to retrieve |
as |
Passed through to |
override |
Configuration values to override ( |
Value
Raw vector representation of the object
[Package DominoDataR version 0.2.3 Index]