SyntaxFix
Write A Post
Hire A Developer
Questions
Kindly check whether the file name has an extension for example:
abc.csv
if so remove the .csv extension.
.csv
set wd to the folder containing the file (~)
wd
(~)
data<-read.csv("abc.csv")
Your data has been read the data object