[R] Import help (neophyte)

2005-10-31 Thread Jeffrey Stratford
Hi, I have no experience with R and I'm finding the manuals a bit obtuse and written as if I already understood R. I'm trying to import a csv file from a floppy and it's not working. The code I'm using is read.table("F:\GEORGIA\species_richness\SR_use.csv", sep=",", header = TRUE, row.names =

Re: [R] Import help (neophyte)

2005-10-31 Thread Thomas Lumley
On Mon, 31 Oct 2005, Jeffrey Stratford wrote: > Hi, I have no experience with R and I'm finding the manuals a bit obtuse > and written as if I already understood R. > > I'm trying to import a csv file from a floppy and it's not working. The > code I'm using is > > read.table("F:\GEORGIA\species_ri

Re: [R] Import help (neophyte)

2005-10-31 Thread Roger Bivand
On Mon, 31 Oct 2005, Jeffrey Stratford wrote: > Hi, I have no experience with R and I'm finding the manuals a bit obtuse > and written as if I already understood R. > > I'm trying to import a csv file from a floppy and it's not working. The > code I'm using is > > read.table("F:\GEORGIA\speci

Re: [R] Import help (neophyte)

2005-10-31 Thread Roger Bivand
On Mon, 31 Oct 2005, Jeffrey Stratford wrote: > Hi, I have no experience with R and I'm finding the manuals a bit obtuse > and written as if I already understood R. > > I'm trying to import a csv file from a floppy and it's not working. The > code I'm using is > > read.table("F:\GEORGIA\speci

Re: [R] Import help (neophyte)

2005-10-31 Thread Duncan Murdoch
On 10/31/2005 1:31 PM, Jeffrey Stratford wrote: > Hi, I have no experience with R and I'm finding the manuals a bit obtuse > and written as if I already understood R. > > I'm trying to import a csv file from a floppy and it's not working. The > code I'm using is > > read.table("F:\GEORGIA\spec