I would tend to agree that this is outside of R, unless the My_File.app is
intended to run an R script.
However, Terminal has a Preference setting that specifies whether its windows
close when the shell exits. I believe the default is to not close. Try changing
it.
-Don
--
Don MacQueen
Lawren
> 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 (sequentially) then each
> time a
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