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:gvarbrowser_classes=mydefaultclasses )

#--
# but it does not seem to work

#I also tried:
options("gWidgets:gvarbrowser_classes"=mydefaultclasses)

#then
v <- gvarbrowser(  container =gwindow("Object broser"))

#this too did not work

#I would simply like to display the variable browser window for data.frame
"atab1" (say).

Thank you



--
View this message in context: 
http://r.789695.n4.nabble.com/Object-Browser-tp2594912p4650511.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org 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.

Reply via email to