Skip to content

Helpfiles in HTML browser

3 messages · Knut Krueger, Francisco J. Zagmutt

#
I forgot how to switch between Windows helpfiles and Browser helpfiles.
f.e ?lm should open the browser.
Maybe anybody could give me a hint?

Regards Knut
#
Go to your Rprofile file (in the etc directory) and add the following line:

options(htmlhelp=TRUE)

I hope this helps

Francisco
Knut Krueger wrote:
1 day later
#
Francisco J. Zagmutt schrieb:
yes, thank you very much
...
and a hint for others:
set
# to prefer Compiled HTML help
options(chmhelp=TRUE)
to
# to prefer Compiled HTML help
# options(chmhelp=TRUE)

if both is active the the HTML help doesn't work.


Regards Knut