[R] re ad .csv separated with coma
mysimbaa
adel.tekari at sisltd.ch
Tue Mar 18 09:30:50 CET 2008
Dear R users,
I try to read .csv composed of two rows which are separated with coma in the
followin manner:
1.ignore the three first lines
2. read datas separated with coma.
I tried the following :
pathname <- file.choose()
z <-read.csv(pathname, sep = "," )
t=z[,1]
p=z[,2]
But when I tape p I have NULL !!!
My .csv is looking like :
0011J06
2008 Mrz 17 11:15
Sample #, Measurement
1, -9.998E-6
2, 5.099E-4
3, 3.999E-5
4, 2.999E-4
5, 2.099E-4
Thanks for help.
Adel
--
View this message in context: http://www.nabble.com/read-.csv-separated-with-coma-tp16116354p16116354.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list