put_object: Upload an object to a datasource
Description
Upload an object to a datasource
Usage
put_object(client, datasource, object, what, 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
- what
character vector, raw vector
- override
Configuration values to override (add_override()
)