Learn R Programming

RSurvey (version 0.7-5)

EditText: Edit Text

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.

Details

Something

Examples

Run this code
txt <- c("\"Hills cherish the ambition",
         "    to turn into partial",
         "   differential equations\"",
         "",
         "        -Donald Hall")
new.txt <- EditText(txt)

EditText(txt, read.only = TRUE)

Run the code above in your browser using DataLab