[R] How to print the objects in the memory

Vladimir Eremeev wl2776 at gmail.com
Wed Jan 31 10:00:24 CET 2007


1. ? ls.str()

2. My favourite "eval(parse(text= ... ))" :)

sapply(ls(),FUN=function(x)eval(parse(text=x)))

-- 
View this message in context: http://www.nabble.com/-R--How-to-print-the-objects-in-the-memory-tf3147472.html#a8725398
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list