Displaying 1 result from an estimated 1 matches for "wekaspeci".
Did you mean:
wekaspecial
2002 Sep 26
3
tcltk - command=function()
...problems and it would be nice
get some tips/tricks from experienced tcl/tk user in R !
tt <- tktoplevel()
label.widget <- tklabel(tt,text="Decision Tree GUI")
button.widget <- tkbutton(tt,text="Select SPSSFile",
command=function() read.spss("C:/Cummulative/data/wekaSpecial.sav",
use.value.label=T,to.data.frame=T))
tkpack(label.widget,button.widget)
tkdestroy(tt))
....how i have to use command=function() that this works like
cat command ( i get no error message but nothing happen),or better
how can i replace it with tkgetOpenFile and do than an assignment...