Learn R Programming

svDialogs (version 0.9-50)

guiEval: 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.

concept

GUI API dialog boxes

See Also

guiDlg, display

Examples

Run this code
### TODO...

Run the code above in your browser using DataLab