IsRExist: Boolean;
IsRExist: boolean;
The IsRExist property returns whether the R package integrated with Prognoz Platform 9 is installed on a local workstation.
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:
True. The R package installed and integrated with Prognoz Platform 9 is found on a local workstation
False. The installed R package is not found on a local workstation, or integration with Prognoz Platform 9 is not set up.
The property use is given in the example for ISmRManager.UserRPath.
See also: