Get variable data Reading from the list
Hello, And this: get(MyList[[1]]) with [[ ]] instead of [ ] ? If you do for example: MyList <- list() MyList [length(MyList )+1]<- "MyVar" MyVar <- c(1:10) get(MyList[[1]]) It seems to do what you want -- View this message in context: http://r.789695.n4.nabble.com/Get-variable-data-Reading-from-the-list-tp4641559p4641563.html Sent from the R help mailing list archive at Nabble.com.