Whenever I am 'reading' in any data into R, and I proceed to 'view' this, The first column header contains a symbol which is preventing me from further analysis. My first column title should say: ID
Can anyone identify what this is?
test20<-read.csv("test20.csv", header=TRUE, sep=",")
When I View, this is the output:
(please see image included)
Here is a snippet of my .csv file