initialize-Recordr: Initialize a Recorder object

Description Usage Arguments Details See Also

Description

Initialize a Recorder object

Usage

1
2
3
## S4 method for signature 'Recordr'
initialize(.Object, newDir = as.character(NA),
  copy = TRUE, ...)

Arguments

.Object

The Recordr object

newDir

The recordr home directory is changed to the new location.

copy

A logical value: if TRUE and newDir is specified, then copy data from the existing recordr home to the new one.

...

Additional parameters

Details

A recordr object is returned that can be used with other recordr package methods. When the optional newDir argument is used, the recordr home directory is changed to the new value. The default behaviour is to have data copied from the old home directory to the new one, but this can be changed by using the copy argument, i.e. See the recordr vignette 'recordr Package Introduction' for more information about information that recordr stores in the recordr home directory.

See Also

Recordr class description


NCEAS/recordr documentation built on May 7, 2019, 5:59 p.m.