I have a problem when importing .csv file into R. With my code:
.csv
t <- read.csv(\"C:\\\\N0_07312014.CSV\", na.string=c(\"\",\"null\",\"NaN\",\"
try read.table() instead of read.csv()