[R] How to call an external program/web page under R for Mac OS?

Gustavo Carvalho gustavo.bio+R at gmail.com
Wed May 25 03:04:39 CEST 2011


To open a website on the default browser:

system("open http://www.google.com")

Gustavo.

On Tue, May 24, 2011 at 7:56 PM, jbrezmes <jesus.brezmes at gmail.com> wrote:
> I would like to be able to call external programs such as Java scripts (*.jar
> files) or bring up the browser to a given direction. Can that be done from
> R?
>
> I am running R on a mac OS X system.
>
> Thanks again for any suggestions or solutions.
>
> Best regards,
>
> Jesus Brezmes
>
> --
> View this message in context: http://r.789695.n4.nabble.com/How-to-call-an-external-program-web-page-under-R-for-Mac-OS-tp3548479p3548479.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>



More information about the R-help mailing list