Displaying 1 result from an estimated 1 matches for "datasetlabel".
2003 Nov 03
0
problem with fix() called from Rcmdr
...ssign(".numeric", listNumeric(), envir=.GlobalEnv)
assign(".factors", listFactors(), envir=.GlobalEnv)
assign(".twoLevelFactors", listTwoLevelFactors(), envir=.GlobalEnv)
tclvalue(.dataSetName) <- paste(.activeDataSet, " ")
tkconfigure(.dataSetLabel, fg="blue")
if (tclvalue(.attachDataSet) == "1"){
attach(get(dsname, envir=.GlobalEnv), name=dsname)
logger(paste("attach(", dsname, ")", sep=""))
}
dsname
}
Any help would be greatly appreciated.
John
---...