put_object {DominoDataR}R Documentation

Upload an object to a datasource

Description

Upload an object to a datasource

Usage

put_object(client, datasource, object, what, override = list())

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

Value

Raw vector representation of the object


[Package DominoDataR version 0.2.3 Index]