restore.objects: Restore stored objects by copying them into the specified...

Description Usage Arguments Value

Description

Restore stored objects by copying them into the specified environment. Is used by restore.point

Usage

1
2
restore.objects(name, dest = globalenv(), was.forced = FALSE,
  deep.copy = get.restore.point.options()$deep.copy)

Arguments

name

name under which the variables have been stored

dest

environment into which the stored variables shall be copied. By default the global environment.

was.forced

flag whether storage of objects was forced. If FALSE (default) a warning is shown if restore.objects is called and is.storing()==FALSE, since probably no objects have been stored.

deep.copy

when storing or restoring tries to make a deep copy of R objects that are by default copied by reference, like environments. Setting deep.copy = FALSE can substantially speed up restore.point, however.

Value

returns nothing but automatically copies the stored variables into the global environment


restorepoint documentation built on May 2, 2019, 7:47 a.m.