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.

______________________________________________
R-help@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.

Reply via email to