Need online version of R help pages
On Fri, Apr 17, 2015 at 3:22 PM, Collin Lynch <cflynch at ncsu.edu> wrote:
Hi Paul a quick search popped up these: http://astrostatistics.psu.edu/datasets/R/html/index.html http://finzi.psych.upenn.edu/ http://r.789695.n4.nabble.com/Online-R-documentation-td1009656.html Are they what you are looking for? Collin.
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")