Skip to content
Prev 154713 / 398503 Next

opening an external file

Hi,

Is there a way to launch a file from an R command? 
To be more precise: I am using windows, and I have an html file in the
working directory of R, and I would like my code in R to automatically
launch the html file in the browser (that is, open the file). Basically, i
would like to simulate a user double-clicking on the html file to open it in
a browser...

Thanks