I'm failing to get rstudio to read a cvs file I downloaded from an online course thats the error I get. Please help.
Hi, is the filename correct? Surely it doesn't have .csv
twice.
look at read.csv? not read_csv
Use the follow scripts:
setwd('D:\...here you write the location of your folder containing your file')
read.table<-read.csv('...here you write the name of the file (for example prova. csv)',sep=';',dec=',',head=TRUE)
name of the file<-read.table
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.