guiDlgText {svDialogs}R Documentation

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.

Author(s)

Philippe Grosjean (phgrosjean@sciviews.org)

See Also

guiDlgGrid

Examples

    #### TO DO...

[Package svDialogs version 0.9-5 Index]