[R] Obtain 00Index.html

Sven E. Templer sven.templer at gmail.com
Tue Sep 30 11:41:32 CEST 2014


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 package
index (as in the example above). Setting options(text_mode="html") and
options(browser="firefox") does not affect this behaviour. Also in
?help.start and ?help (or ?"?") I found no clues.

Thank you for any hints,
Sven.



More information about the R-help mailing list