GeoEco.R.RWorkerProcess.Start
- RWorkerProcess.Start()
Start the R worker process.
It is not necessary to explicitly start the R worker process. It will be started automatically when a method is called that requires interaction with R, if it is not running already.
Start()is provided in case there is a need to start the process before it is needed, e.g. for debugging, to ensure it will work prior to embarking on a complicated workflow.If
Start()returns successfully, the worker process was started successfully. If it failed,Start()will raise an exception.