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
Helpfiles in HTML browser
3 messages · Knut Krueger, Francisco J. Zagmutt
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:
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
______________________________________________ R-help at 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.
1 day later
Francisco J. Zagmutt schrieb:
Go to your Rprofile file (in the etc directory) and add the following line: options(htmlhelp=TRUE) I hope this helps
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