Displaying 1 result from an estimated 1 matches for "attachdataset".
2003 Nov 03
0
problem with fix() called from Rcmdr
...v))){
tkmessageBox(message=paste(dsname, " is not a data frame and
cannot be attached.",
sep=""), icon="error", type="ok")
tkfocus(.commander)
return()
}
if (!is.null(.activeDataSet) && (tclvalue(.attachDataSet) == "1")
&& (length(grep(.activeDataSet, search())) !=0)) {
detach(pos = match(.activeDataSet, search()))
logger(paste("detach(", .activeDataSet, ")", sep=""))
}
assign(".activeDataSet", dsname, envir...