customer_churn<-read.csv("customer_churn.csv")
View (customer_churn)
customer_churn<-read.csv("customer_churn.csv")
Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "rt") :
cannot open file 'customer_churn.csv': No such file or directory
View (customer_churn)
Error in View : object 'customer_churn' not found
I have imported the customer_churn from the import data drop-down manu of environment window. But surprisingly I write the code in script window, the output in console shows as an error, "file customer_churn not found". That is the reason I cannot do my assignments. I do copy the same code as my teacher writes. I see that his commands smoothly give successful results. I see that the results in table forms as well as text forms. I have started to wonder that there is some compatabilty issue between my Mac version and Rstudio??