The functions or variables listed here are no longer part of R as they are not needed (any more).
tkcmd(...)tkfile.tail(...)
tkfile.dir(...)
tkopen(...)
tkclose(...)
tkputs(...)
tkread(...)
Handled via .Tcl.args
At R 2.0.0, tkcmd
was 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
.