Skip to content
Prev 6982 / 15075 Next

shell.exe() equivalent?

There might be a better way, but on the mac "open" opens a file as if
you doubleclick on it in Finder, and the "system" command in R
executes a shell command, so you should be able to do

R> system(paste("open", filename))

Kasper
On Wed, Mar 24, 2010 at 7:37 PM, Gi-Mick Wu <mick.wu at mail.mcgill.ca> wrote: