Thanks very much for your reply, Petr. That's a nice function.
Also, I found "gvarbrowser" function in package "gWidgest" is really a good
one. It's GUI and yet extendable.
library(gWidgets)
options(guiToolkit="RGtk2")
gvarbrowser(cont=gwindow("Object browser"))
I highly recommend to anyone who is seeking a GUI object browser. You can
embed above codes to your .Rprofile or add it to R console menu using
winMenuAdd function. Recently, John Verzani has done some wonderful work to
make it even better, and have uploaded the newest package to CRAN. Thanks
John!
--
View this message in context:
http://r.789695.n4.nabble.com/Object-Browser-tp2594912p2716314.html
Sent from the R help mailing list archive at Nabble.com.
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.