Hi!
I would like to use subprocess library in a situation, where in some cases the spawned R process would get nonexisting commands, or variables, that are not yet present in the global environment of the subprocess. When I tried this, it made the subprocess exit, instead of returning an error message. Is there any way to keep the subprocess alive, and return the errors?
Thanks!
Gergő