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