search for: listvariables

Displaying 3 results from an estimated 3 matches for "listvariables".

Did you mean: listvariable
2008 Oct 30
1
tklistbox selection
Hi, I'm posting yet another question about tcltk since I'm still struggling with the package. I'm trying to create a tklistbox and a ttkcombobox on the same parent and am having a problem. Here's an example: library(tcltk) tt <- tktoplevel() tcl1 <- tclVar() tcl2 <- tclVar() tclObj(tcl1) <- letters[1:5] tclObj(tcl2) <- LETTERS[1] tb1 <- tklistbox(tt,
2003 Sep 25
1
tkinsert (PR#4289)
In R-1.7.1, I used to be able to append a character vector to a 'tklistbox' with e.g. listio <- tklistbox( tktoplevel(), font='Courier', height=20, width=20, setgrid=TRUE) tkinsert( listio, 'end', letters[1:3]) tkpack( listio,side='left', expand=TRUE, fill='both') and three items would be added to 'listio'. This doesn't work in R-devel-- it
2003 Nov 03
0
problem with fix() called from Rcmdr
...rep(.activeDataSet, search())) !=0)) { detach(pos = match(.activeDataSet, search())) logger(paste("detach(", .activeDataSet, ")", sep="")) } assign(".activeDataSet", dsname, envir=.GlobalEnv) assign(".variables", listVariables(), envir=.GlobalEnv) assign(".numeric", listNumeric(), envir=.GlobalEnv) assign(".factors", listFactors(), envir=.GlobalEnv) assign(".twoLevelFactors", listTwoLevelFactors(), envir=.GlobalEnv) tclvalue(.dataSetName) <- paste(.activeDataSet, &quot...