Re: [R] Obtain 00Index.html

2014-09-30 Thread Duncan Murdoch
On 30/09/2014, 5:41 AM, Sven E. Templer wrote: > Hello, > > how can I open (by an R command) the index page in html mode, as obtained by: > > options(browser="firefox") # or any other > options(help_type="html") > ?help > # and then following the html reference on the page bottom named "Index" >

[R] Obtain 00Index.html

2014-09-30 Thread Sven E. Templer
Hello, how can I open (by an R command) the index page in html mode, as obtained by: options(browser="firefox") # or any other options(help_type="html") ?help # and then following the html reference on the page bottom named "Index" In text mode I know library(help='utils') to open the utils pack