Re: [R] Add elements to a global list

2011-09-06 Thread Rolf Turner
On 07/09/11 08:47, Khanvilkar, Shashank wrote: > Hello All, > Thanks in advance for all help. > > In my prog, I have a global list object that is used as a container for > storing some data frames. > Here is an example code. > --SNIP-- > temp1<- function(X){ > statName = c("Mean", "stdDev", "

[R] Add elements to a global list

2011-09-06 Thread Khanvilkar, Shashank
Hello All, Thanks in advance for all help. In my prog, I have a global list object that is used as a container for storing some data frames. Here is an example code. --SNIP-- temp1 <- function(X){ statName = c("Mean", "stdDev", "NumSamples") statVal = c("0.5", "0.51", "5") r = data