tcltk-deprecated {tcltk}R Documentation

Deprecated Functions in Package tcltk

Description

These functions are provided for compatibility with older versions of R only, and may be defunct as soon as of the next release.

Usage

tkcmd(...)

tkfile.tail(...)
tkfile.dir(...)
tkopen(...)
tkclose(...)
tkputs(...)
tkread(...)

Arguments

... Handled via .Tcl.args

Details

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.

See Also

Deprecated, Defunct


[Package tcltk version 2.3.1 Index]