Sometimes when I load a csv using read.csv I get an extra column called X with a sequential row count as the first column. I have to remove it each time.
Does anyone know why this happens..?
X   Day   Who
1   Tue   Bob
2   Wed   Dan
3   Thur  Joe
Paul.