Re: [R] Error in CSV file

2015-05-29 Thread Shivi82
This ate my head like for 2 hours. God thanks for the help. -- View this message in context: http://r.789695.n4.nabble.com/Error-in-CSV-file-tp4707879p4707882.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mail

Re: [R] Error in CSV file

2015-05-29 Thread Rainer M Krug
Shivi82 writes: > Hello All, > This is an easy fix but I am not able to find the root cause of the error. I > am trying to upload a csv file but it is throwing an error. > Have done a lot of research on google and some tutorial but cant find a > solution hence please advice:- > Syntax is :- aaa

Re: [R] Error in CSV file

2015-05-29 Thread Ivan Calandra
Hi Shivi, R is case sensitive and the error message that the argument "Header" is unused (because unrecognized). Try with "header" (lower case "h") and it should work. HTH, Ivan -- Ivan Calandra, ATER University of Reims Champagne-Ardenne GEGENAA - EA 3795 CREA - 2 esplanade Roland Garros 51

[R] Error in CSV file

2015-05-29 Thread Shivi82
Hello All, This is an easy fix but I am not able to find the root cause of the error. I am trying to upload a csv file but it is throwing an error. Have done a lot of research on google and some tutorial but cant find a solution hence please advice:- Syntax is :- aaa<-read.csv(file ="VehicleData.