SyntaxFix
Write A Post
Hire A Developer
Questions
To fix this issue through R itself, I just used read.xlsx(..) instead of a read.csv(). Works like a charm!! You do not even have to rename. Renaming an xlsx into to csv is not a viable solution.
read.xlsx(..)
read.csv()