Thursday, 22 August 2013

R: Read in CSV decimal point and comma

R: Read in CSV decimal point and comma

Im a beginner, i want to read in a csv file with both . and , being a
decimal separator. how can i do this in R. thanks
AllDataxx=read.csv("C:Sample.csv",
header=TRUE,sep=";",dec=", & .")

No comments:

Post a Comment