On Fri, Apr 17, 2015 at 3:22 PM, Collin Lynch <cfly...@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")

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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.

Reply via email to