tcltk-deprecated {tcltk} | R Documentation |
These functions are provided for compatibility with older versions of R only, and may be defunct as soon as of the next release.
tkcmd(...) tkfile.tail(...) tkfile.dir(...) tkopen(...) tkclose(...) tkputs(...) tkread(...)
... |
Handled via .Tcl.args |
As from R 2.0.0, tkcmd
has been renamed to tcl
. The
file commands used to be tkopen
, tkclose
, etc., but
since open
and close
do not belong to the Tk toolkit,
the preferred names are now tclopen
, etc.
The $
methods for class "tclvar"
have been deprecated in
favour of tclVar
and tclvalue
.