Skip to content
Prev 276558 / 398506 Next

function that load variables

Perhaps you mean to use

load(...., envir = .GlobalEnv)

Currently you load up the variables in the function environment but
then they are thrown away when the function ends.

Michael
On Mon, Nov 7, 2011 at 8:40 AM, Alaios <alaios at yahoo.com> wrote: