preserve.state: Save the session in the current working directory with a file...

Description Usage Arguments Value Examples

Description

Save the session in the current working directory with a file name that includes the time stamp and process id

Usage

1
2
preserve.state(prefix = "savepoint_", compression = "lbzip2",
  n.cores = 4)

Arguments

prefix

the prefix to use,for the filename

compression

type of file to save 'gz' or 'lbzip2', default: lbzip2

n.cores

number of cores for save.image.fast or save.image.lbzip2, default = 4

Value

the name of the file that was saved in

Examples

1
2
a <- 12345
preserve.state()

barkasn/fastSave documentation built on May 16, 2019, 7:23 a.m.