save_object {DominoDataR}R Documentation

Save an object from a datasource to a local file

Description

Save an object from a datasource to a local file

Usage

save_object(
  client,
  datasource,
  object,
  file = basename(object),
  override = list()
)

Arguments

client

As returned by datasource_client()

datasource

The name of the datasource to query

object

The object to retrieve

file

File path to save object at. Defaults to the object base name.

override

Configuration values to override (add_override())

Value

Raw vector representation of the object


[Package DominoDataR version 0.2.3 Index]