Initializing help system before first use

Rsource

Rsource


Purpose
Evaluate an R script file.
Synopsis
procedure Rsource(filename:string)
Argument
filename 
Filename of the R script to evaluate
Example
The following example executes the myscript.R file:
 Rsource('myscript.R')
Related topics