upload_object: Upload a file to a datasource
Description
Upload a file to a datasource
Usage
upload_object(client, datasource, object, file, 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
- file
File path to upload..
- override
Configuration values to override (add_override()
)