guiDlgFunction {svDialogs} | R Documentation |
Given a function, this dialog box prompts for values for its arguments
guiDlgFunction(fun, template = NULL, maxargs = 7, var = "res", width = 40, labelwidth = 10, displayit = TRUE, execfun = getOption("guiExecFun"))
fun |
The name of the function to prompt for |
template |
An optional template for the dialog box |
maxargs |
The maximum number of arguments to include in the dialog box |
var |
The default name of the variable where to assign result |
width |
The width of the dialog box |
labelwidth |
The width reserved for labels |
displayit |
Do we display it, or just construct it? |
execfun |
The function to use to execute resulting code |
A line of R code generated by the dialog box
Philippe Grosjean (phgrosjean@sciviews.org)
#### TO DO...