Re: [R-SIG-Mac] Opening single Terminal window and running syntax sequentially from R

2018-01-10 Thread Marc Schwartz
> On Jan 10, 2018, at 12:18 PM, Christofer Bogaso > wrote: > > Hi, > > I have an .app file saved in Harddisk, which I want to run from R. So > below is the code which I use: > > system("open '.../My_File.app'") > > However, if I run above code multiple times

[R-SIG-Mac] Opening single Terminal window and running syntax sequentially from R

2018-01-10 Thread Christofer Bogaso
Hi, I have an .app file saved in Harddisk, which I want to run from R. So below is the code which I use: system("open '.../My_File.app'") However, if I run above code multiple times (sequentially) then each time a new Terminal window opens that make my system cluttered. So I wonder if there is