Description
A GUI for viewing and editing text.Usage
EditText(txt, read.only = FALSE, win.title = "View Text", is.fixed.width.font = FALSE, parent = NULL)
Arguments
txt
character; the data used to populate the table.
read.only
logical; specifies whether the text is read only.
win.title
character; a string to display as the title of the dialog box.
is.fixed.width.font
logical; should a fixed-width font be used?
parent
tkwin; the GUI parent window.