On 10/22/2012 06:24 PM, Christian Hoffmann wrote:
Hi,
Each > help.start() generates a new tree of the R help system, somewhere
in 127.0.0.1:xxx, each xxx being difeerent. This tree disappears when
exiting R. How can the current help tree copied to a permanent place for
reference outside a running R? This would be practical for not having to
enter M-x R .
Hi Christian,
I used to add a menu item labelled "R help" that opened a browser to the
R document index page. If you want it to open automatically when you
start R, you can add the command to the .First function. The current
system is so convenient for me that I no longer do this.
Jim
______________________________________________
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.