Skip to content
Prev 350090 / 398506 Next

Need online version of R help pages

On Fri, Apr 17, 2015 at 3:22 PM, Collin Lynch <cflynch at ncsu.edu> wrote:
I was looking for a site where I could simply punch in the command and
get the "man" page without navigating & searching.  But I found a way
around my problem with the help in Cygwin's R port.  In ~/.Rprofile, I
have:

   options(browser="cygstart")
   options(help_type="html")