ISmRManager.IsRExist

Fore Syntax

IsRExist: Boolean;

Fore.NET Syntax

IsRExist: boolean;

Description

The IsRExist property returns whether the R package integrated with Prognoz Platform 9 is installed on a local workstation.

Comments

The R package installed and integrated with Prognoz Platform 9 is searched at the path written in the system registry. To specify the path to the R package installed and integrated with Prognoz Platform 9, use the ISmRManager.UserRPath property.

Returned values:

Fore and Fore.NET Examples

The property use is given in the example for ISmRManager.UserRPath.

See also:

ISmRManager