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
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
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
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.
4 matches
Mail list logo