save.image: Save the current workspace

Description Usage Arguments Author(s) See Also

Description

A modified version of save.image that allows to save the commands history and the list of attached packages. See save.image for the function details.

Usage

1
2
3
save.image(file = ".RData", version = NULL, ascii = FALSE,
  compress = !ascii, safe = TRUE, hist = TRUE, h.file = ".Rhistory",
  pkglist = TRUE, p.file = ".Rpackages")

Arguments

hist

Logical. Whether to save or not the commands history.

h.file

The name of the file in which to save the history, or from which to load it. The path is relative to the current working directory.

pkglist

Logical. Whether to save or not the list of attached packages (default is TRUE).

p.file

The name of the file in which to save the list of attached packages, or from which to load it. The path is relative to the current working directory.

Author(s)

R Core Team, modified by Mathieu Basille basille@ufl.edu

See Also

savehistory to save the commands history, and savepkglist to save the list of attached packages.


basille/basr documentation built on May 11, 2019, 8:32 p.m.