Re: [R] Odp: Object Browser

2012-11-22 Thread wampeh
How do I get gvarbrowser to display only data.frame named, say "atab1" or "atab2" or "atab*"? Also, how do I turn off the selection pull down box? #I tried: mydefaultclasses <- list("Data sets1"=c("data.frame") ) # # Then v <- gvarbrowser( container =gwindow("Object broser"), gWidgets:

[R] How to override gWidgets:gvarbrowser_classes

2012-11-22 Thread wampeh
How do I get gvarbrowser to display the contents of data.frame named, say "atab1"? That is modify the "Filter by:" entries to only show data.frame Also, how do I turn off the selection pull down box, given that I know the name of the data.frame variable? Basically, I will like to browse the vari