Skip to content
Back to formatted view

Raw Message

Message-ID: <CABSksF8rUv_4cSxsY06RVR_S0gGUmpB_jfa3nwzq-zYi5N8t9w@mail.gmail.com>
Date: 2015-04-17T19:30:17Z
From: Paul Bivand
Subject: Need online version of R help pages
In-Reply-To: <CAE=6FXbonyKBOxf+mOqghwe8pgFZ4yAkBzQxVzXU5JjKU7D95Q@mail.gmail.com>

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")