Learn R Programming

SciViews (version 0.8-8)

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

See Also

guiDlg, display

Examples

Run this code
#### TO DO...

Run the code above in your browser using DataLab