copy.into.env: #Restore stored objects by copying them into the global...

Description Usage Arguments Value

Description

#Restore stored objects by copying them into the global environment # #

Usage

1
2

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. #

source

a list or environment from which objects are copied

the

enviroenment into which objects shall be copied

names

optionally a vector of names that shall be copied. If null all objects are copied

exclude

optionally a vector of names that shall not be copied

Value

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


skranz/sktools documentation built on April 12, 2021, 11:43 a.m.