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.

______________________________________________
R-help@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.

Reply via email to