+ 1
'mtcars' csv file from course R
How can I get the csv file 'mtcars' from course R?
4 Answers
+ 5
Hello, Carlos Riquelme RodrĂguez!
JESUS EDUARDO CANUL KOYOC is a R master, maybe he can help You.
+ 3
data <- read.csv("demo.csv")
Importing Data
https://www.sololearn.com/learning/1147/4993/12787/1
+ 2
Run this code in R
print(mtcars)
https://code.sololearn.com/r
0
Doesn't work . send this message:
Error in file(file, "rt") : cannot open the connection
Calls: read.csv -> read.table -> file
In addition: Warning message:
In file(file, "rt") :
cannot open file 'mtcars.csv': No such file or directory
Execution halted