guiEval {svDialogs}R Documentation

Evaluate R code constructed using a flexible dialog box

Description

This function is usually called by a flexible dialog box to execute R code that was build with it.

Usage

guiEval(code, ident = "GUI ")

Arguments

code A string wuth some R code
ident Do we identify this execution (change the prompt)

Value

The result of the evaluated R code

Author(s)

Philippe Grosjean (phgrosjean@sciviews.org)

See Also

guiDlg, display

Examples

#### TO DO...

[Package svDialogs version 0.9-5 Index]