Initializing help system before first use

Reval

Reval


Purpose
Evaluate R statements.
Synopsis
procedure Reval(cmd:string)
Argument
cmd 
Statements to evaluate
Example
The following example loads the datasets package, calculates summary statistics of the attenu dataset and prints results:
 Reval('library(datasets); s<-summary(attenu)')
 Rprint('s')
Further information
It is possible to evaluate multiple statements separating them with semicolons.
Related topics