[R] Getting started

Gabor Grothendieck ggrothendieck at gmail.com
Tue Jun 8 15:44:48 CEST 2010


The author's site is here:
http://www.bio.ic.ac.uk/research/mjcraw/therbook/

and you can read the file right off his site like this:

URL <- "http://www.bio.ic.ac.uk/research/mjcraw/therbook/data/Gain.txt"
gg <- read.table(URL, header = TRUE)

On Tue, Jun 8, 2010 at 9:37 AM, Andrew Kelly <andrew.kelly at qub.ac.uk> wrote:
> Hi,)
> I am just getting started with R but have hit an early snag. I am working through Crawley (2008) The R Book and on page 6, 'Significance Stars', I am trying to enter the commands given. However, 'Gain.txt' does not seem to have been downloaded when I downloaded the R programme.
>
> I have searched for it in case it put it somewhere other than 'temp' but I cannot find it.
>
> Can anybody tell me how to do this?
>
> Many thanks
> Andrew Kelly
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> 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.
>



More information about the R-help mailing list