Open a new separate R session from R script for multiple processes

Does anyone know if it is possible to use the original R scripts from the main R script, but is there every source file in a separate R session? I am trying to start several R processes in parallel (without using complex parallel libraries) and thought about calling a new process for each split step, which I can speed up (I have a lot of RAM).

+5
source share

All Articles