'mtcars' csv file from course R | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

'mtcars' csv file from course R

How can I get the csv file 'mtcars' from course R?

5th Dec 2021, 11:53 PM
Carlos Riquelme Rodríguez
Carlos Riquelme Rodríguez - avatar
4 Answers
+ 5
Hello, Carlos Riquelme Rodríguez! JESUS EDUARDO CANUL KOYOC is a R master, maybe he can help You.
6th Dec 2021, 1:21 AM
CGO!
CGO! - avatar
+ 3
data <- read.csv("demo.csv") Importing Data https://www.sololearn.com/learning/1147/4993/12787/1
6th Dec 2021, 12:27 AM
SoloProg
SoloProg - avatar
+ 2
Run this code in R print(mtcars) https://code.sololearn.com/r
6th Dec 2021, 1:46 AM
SoloProg
SoloProg - avatar
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
6th Dec 2021, 12:57 AM
Carlos Riquelme Rodríguez
Carlos Riquelme Rodríguez - avatar