Re: [R] import csv file into R, strange problem

2011-09-15 Thread bby2103
Thanks for all the input. You were right. It was not csv file in the correct format. As it turned out, it's not a R problem, more a MAC problem. For some reason, my MAC doesn't correctly download csv file from internet, which caused all the subsequent problems. I will have to take it to a m

Re: [R] import csv file into R, strange problem

2011-09-14 Thread Rainer M Krug
On Wed 14 Sep 2011 10:37:46 CEST, Uwe Ligges wrote: > > > On 14.09.2011 10:28, Rainer M Krug wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 13/09/11 18:08, bonnieyuan wrote: >>> Hi, I used read.csv(file name, header=T, sep=",") to bring in a csv >>> file I saved in MS Excel. Th

Re: [R] import csv file into R, strange problem

2011-09-14 Thread Uwe Ligges
On 14.09.2011 10:28, Rainer M Krug wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13/09/11 18:08, bonnieyuan wrote: Hi, I used read.csv(file name, header=T, sep=",") to bring in a csv file I saved in MS Excel. The strange thing is all the data ended up in one big column. The number o

Re: [R] import csv file into R, strange problem

2011-09-14 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13/09/11 18:08, bonnieyuan wrote: > Hi, I used read.csv(file name, header=T, sep=",") to bring in a csv > file I saved in MS Excel. The strange thing is all the data ended > up in one big column. The number of rows match with the number of > observa

Re: [R] import csv file into R, strange problem

2011-09-13 Thread David Winsemius
AM To: r-help@r-project.org Subject: [R] import csv file into R, strange problem Hi, I used read.csv(file name, header=T, sep=",") to bring in a csv file I saved in MS Excel. The strange thing is all the data ended up in one big column. The number of rows match with the number of obser

Re: [R] import csv file into R, strange problem

2011-09-13 Thread Greg Snow
[mailto:r-help-boun...@r-project.org] On Behalf Of bonnieyuan Sent: Tuesday, September 13, 2011 10:09 AM To: r-help@r-project.org Subject: [R] import csv file into R, strange problem Hi, I used read.csv(file name, header=T, sep=",") to bring in a csv file I saved in MS Excel. The stra

[R] import csv file into R, strange problem

2011-09-13 Thread bonnieyuan
Hi, I used read.csv(file name, header=T, sep=",") to bring in a csv file I saved in MS Excel. The strange thing is all the data ended up in one big column. The number of rows match with the number of observations, but all the variables got squeezed into one column. Also the first row where the head