save.image.lbzip2: Save the current workspace with lbzip2 compression

Description Usage Arguments

Description

save.image.lbzip2 () is just a short-cut for ‘save my current workspace’, i.e., save.lbzip2(list = ls(all.names = TRUE), file = ".RData", envir = .GlobalEnv).

Usage

1
save.image.lbzip2(file = ".RDataFS", n.cores = 4, safe = TRUE)

Arguments

file

the name of the file where data will be saved

n.cores

number of cores to use to compress

safe

logical. If TRUE, a temporary file is used for creating the saved workspace. The temporary file is renamed to file if the save succeeds. This preserves an existing workspace file if the save fails, but at the cost of using extra disk space during the save.


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