Skip to content
Prev 384636 / 398525 Next

Opening Another Application in R Then Hangs

If you open an app using the default settings for system2, R normally expects to let you know what the program's return value was, so if it was interactive you would need to terminate the program so there would be a result for system2 to return with. For what you actually appear to be doing you probably want to read ?system2.
On July 5, 2020 3:16:12 PM PDT, "Sparks, John" <jspark4 at uic.edu> wrote: