Learn R Programming

DominoDataR (version 0.2.3)

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

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 save object at. Defaults to the object base name.

override

Configuration values to override (add_override())