guiDlgText {svDialogs} | R Documentation |
Display or edit the content of ASCII files
guiDlgText(text, file = NULL, title = deparse(substitute(text)), edit = TRUE, submit = TRUE, parent = -1, GUI = getOption("guiWidgets"))
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? |
The modified text, or the path to the file containing the modified text.
Philippe Grosjean (phgrosjean@sciviews.org)
#### TO DO...