[R] R help from command line

Steve Lianoglou mailinglist.honeypot at gmail.com
Tue Aug 11 22:03:06 CEST 2009


Hi,

On Aug 11, 2009, at 3:43 PM, Peng Yu wrote:

> Hi,
>
> I frequently need to open multiple help pages in R, which requires the
> start of multiple R sessions. I am wondering if there is a way to
> invoke the help page from the command line just like 'man'.

I haven't been paying attention, but are you working on a machine with  
a windowing system + browser?

If so, set your help files to be seen in the browser:

R> option(htmlhelp=TRUE)

next time you ask for some ?help, it should pop up a browser window.

Good enough?

-steve

--
Steve Lianoglou
Graduate Student: Computational Systems Biology
   |  Memorial Sloan-Kettering Cancer Center
   |  Weill Medical College of Cornell University
Contact Info: http://cbio.mskcc.org/~lianos/contact




More information about the R-help mailing list