Learn R Programming

SciViews (version 0.8-9)

guiDlgText: A simple text display/editor window

Description

Display or edit the content of ASCII files

Usage

guiDlgText(text, file = NULL, title = deparse(substitute(text)), edit = TRUE,
    submit = TRUE, parent = -1, GUI = getOption("guiWidgets"))

Arguments

text
The text to display
file
The name of a file, if the text is contained in a file
title
The title of the window
edit
Do we allow to edit this text?
submit
If this text is R code, allow to sublit it to R
parent
Which window is the parent of this text window
GUI
Which GUI toolkit to use to display this window?

Value

  • The modified text, or the path to the file containing the modified text.

See Also

guiDlgGrid

Examples

Run this code
#### TO DO...

Run the code above in your browser using DataLab