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:
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
2 matches
Mail list logo