getArchiveOption: Gets and sets an archive option

Description Usage Arguments Value Archiving options Author(s)

Description

Gets and sets an archive option.

Usage

1
2
3
4
  ## Default S3 method:
getArchiveOption(key, default=NULL, ...)
  ## Default S3 method:
setArchiveOption(key, value, ...)

Arguments

key

The archive option.

default

The default option value returned if not set.

value

The option value to be set.

...

Not used.

Value

Returns the archive root path as a character string.

Archiving options

devEval

If TRUE, the devEval function (and functions using it internally such as toPNG, and toPDF) will add a copy of each image file created to the archive.

tz

A character string specifying the timezone to be added to each date or timestamp generated as part of archive pathnames, e.g. "GMT".

Author(s)

Henrik Bengtsson


HenrikBengtsson/R.archive documentation built on May 6, 2019, 11:51 p.m.