Initializing help system before first use

Rfree

Rfree


Purpose
Terminate an R session.
Synopsis
procedure Rfree
Example
The following example terminates the R session:
 Rfree
Further information
The use of this procedure is optional: R is automatically terminated at the end of a model execution. However you may prefer to terminate it sooner to free resources allocated by R.
Related topics