Re: [R] How to override gWidgets:gvarbrowser_classes

2012-11-23 Thread jverzaniNWBKZ
Try this: library(gWidgets) options(guiToolkit="RGtk2") mydefaultclasses <- list("Data sets1"=c("data.frame") ) w <- gwindow() vb <- gvarbrowser(cont=w, knownTypes=mydefaultclasses) This could be done better, but I think the above does what you want. -- View this message in context: http:

[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