Re: [R] Confusion regarding environments invoked by "source" command

2009-03-23 Thread Duncan Murdoch
On 23/03/2009 6:06 PM, Dennis Fisher wrote: Colleagues, R version 2.8.1 in OS X Within a function (which is already within a function), I am sourcing a file. The syntax of the command is something like (this is just an example; the actual code is much more complicated): This code works j

[R] Confusion regarding environments invoked by "source" command

2009-03-23 Thread Dennis Fisher
Colleagues, R version 2.8.1 in OS X Within a function (which is already within a function), I am sourcing a file. The syntax of the command is something like (this is just an example; the actual code is much more complicated): BIGFUNCTION <- function() { DATAFRAME