[R] Changing default browser in options()

Tobias Verbeke tobias_verbeke at skynet.be
Mon Aug 11 23:22:06 CEST 2003


> so I have to type every single R session:

>  > options(browser='dillo')
> 
> Is there anyway I can change this globally?

If you put the line
  
    options(browser='dillo')

in the .Rprofile of your home directory, it
will fire up dillo the next time.




HTH,

Tobias




More information about the R-help mailing list