Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 17 found.
[1] < 1 2 > [2]  Sort:

setLanguage (Package: tcltk2) : Change or get the language used in R and Tcl/Tk

The function changes dynamically the language used by both R (messages only) and Tcl/Tk, or it retrieves its current value.
● Data Source: CranContrib
● Keywords: utilities
● Alias: getLanguage, setLanguage
● 0 images

tclVarFun (Package: tcltk2) : Manipulate R variables and functions from tcl and back

These functions are intended to provide a better "duality" between the name of variables in both R and tcl, including for function calls. It is possible to define a variable with the same name in R and tcl (the content is identical, but copied and coerced in the two respective environments). It is also possible to get the value of a tcl variable from R, and to call a R function from within tcl. These functionnalities are provided in the tcltk package, but Tcl variable usually have different internal names as R equivalents.
● Data Source: CranContrib
● Keywords: utilities
● Alias: makeTclNames, tclFun, tclGetValue, tclSetValue, tclVarExists, tclVarFind, tclVarName
● 0 images

tk2commands (Package: tcltk2) : Tk commands associated with the tk2XXX widgets

These commands supplement those available in the tcltk package to ease manipulation of tk2XXX widgets.
● Data Source: CranContrib
● Keywords: utilities
● Alias: is.tk, is.ttk, tk2column, tk2commands, tk2configList, tk2dataList, tk2insert.multi, tk2list.delete, tk2list.get, tk2list.insert, tk2list.set, tk2list.size, tk2notetab, tk2notetab.select, tk2notetab.text, tk2notetraverse, tk2state.set, tk2style, tk2theme, tk2theme.elements, tk2theme.list
● 0 images

tclTask (Package: tcltk2) : Schedule and manage delayed tasks

Tcl allows fo scheduling execution of code on the next event loop or after a given time (after Tcl command). tclTaskXxx() functions use it to schedule execution of R code with much control from within R (central management of scheduled tasks, possibility to define redoable tasks, use of S3 objects to keep track of tasks information. The tclAfterXxx() functions are low-level access to the Tcl after command.
● Data Source: CranContrib
● Keywords: utilities
● Alias: tclAfter, tclAfterCancel, tclAfterInfo, tclTaskChange, tclTaskDelete, tclTaskGet, tclTaskRun, tclTaskSchedule
● 0 images

tk2methods (Package: tcltk2) : A series of methods applicable to tk2widget or tk2cfglist objects

Tk2widgets can be used as tcltk widgets, but they propose also an object-oriented interaction through these different methods.
● Data Source: CranContrib
● Keywords: utilities
● Alias: config, config.tk2label, config.tk2widget, config<-, config<-.tk2label, config<-.tk2widget, disabled, disabled.tk2widget, disabled<-, disabled<-.tk2widget, is.tk2widget, label, label.tk2widget, label<-, label<-.tk2widget, print.tk2cfglist, print.tk2widget, selection, selection.tk2listbox, selection.tk2widget, selection<-, selection<-.tk2listbox, selection<-.tk2widget, size, size.tk2listbox, size.tk2widget, state, state.tk2widget, tag, tag.tk2widget, tag<-, tag<-.tk2widget, tk2cfglist, tk2methods, value, value.tk2listbox, value.tk2widget, value<-, value<-.tk2listbox, value<-.tk2widget, values, values.tk2listbox, values.tk2widget, values<-, values<-.tk2listbox, values<-.tk2widget, visibleItem, visibleItem.tk2listbox, visibleItem.tk2widget
● 0 images

tk2fonts (Package: tcltk2) : Edit a matrix or data frame in spreadsheet-like editor

A tkTable widget is used to display and edit a matrix or data frame. One can edit entries, add or delete rows and columns, ....
● Data Source: CranContrib
● Keywords: utilities
● Alias: tk2font.get, tk2font.set, tk2font.setstyle, tk2fonts
● 0 images

tk2edit (Package: tcltk2) : Edit a matrix or data frame in spreadsheet-like editor

A tkTable widget is used to display and edit a matrix or data frame. One can edit entries, add or delete rows and columns, ....
● Data Source: CranContrib
● Keywords: utilities
● Alias: tk2edit
● 0 images

tk2ico (Package: tcltk2) : Manipulate icons under Windows

Create, load and work with Windows icons. Change icons fo Windows, use icons in the taskbar under Windows 9X/2000/XP, ... These function are only useful for Windows, but they silently return NULL on other platforms for writing compatible code (Windows icons instructions can be simply ignored).
● Data Source: CranContrib
● Keywords: utilities
● Alias: tk2ico, tk2ico.create, tk2ico.destroy, tk2ico.hicon, tk2ico.info, tk2ico.list, tk2ico.load, tk2ico.pos<-, tk2ico.set, tk2ico.setFromFile, tk2ico.sizes, tk2ico.taskbar.add, tk2ico.taskbar.delete, tk2ico.taskbar.modify, tk2ico.text, tk2ico.text<-
● 0 images

tk2reg (Package: tcltk2) : Manipulate the registry under Windows

These functions access the Windows registry in a secure way (most errors are handled gracefully), and ensures correct conversion back and forth for atomic strings ('sz' and 'expand_') and numbers ('dword' and 'dword_big_endian'), and for vectors of strings ('multi_sz').
● Data Source: CranContrib
● Keywords: utilities
● Alias: tk2reg, tk2reg.broadcast, tk2reg.delete, tk2reg.deletekey, tk2reg.get, tk2reg.keys, tk2reg.set, tk2reg.setkey, tk2reg.type, tk2reg.values
● 0 images

tk2dde (Package: tcltk2) : Use DDE (Dynamic Data Exchange) under Windows

DDE is the first Microsoft's attempt to make an inter-application mechanism. It is now superseeded by (D)Com, but it is still available. Being simpler than Com, DDE is interesting for simple tasks. Applications like Word, Excel, Windows Explorer, Internet Explorer, etc... provide services one can access through DDE (see examples).
● Data Source: CranContrib
● Keywords: IO, utilities
● Alias: tk2dde, tk2dde.exec, tk2dde.poke, tk2dde.request, tk2dde.services
● 0 images