Re: [R] Open windows explorer with specific path using system command

2012-06-14 Thread peter dalgaard
On Jun 14, 2012, at 12:14 , syrvn wrote: > Hello! > > I found out that it is possible to open the windows explorer with a > predefined path via the cmd.exe program using the following command: > > explorer PATH > > Back in R using the following command opens up the windows explorer: > > syste

[R] Open windows explorer with specific path using system command

2012-06-14 Thread syrvn
Hello! I found out that it is possible to open the windows explorer with a predefined path via the cmd.exe program using the following command: explorer PATH Back in R using the following command opens up the windows explorer: system("explorer", intern=TRUE) However, when I specify a path R re