SyntaxFix
Write A Post
Hire A Developer
Questions
Both the data import function (here: read.csv()) as well as a global option offer you to say stringsAsFactors=FALSE which should fix this.
read.csv()
stringsAsFactors=FALSE