I am trying to read an excel file into R using read.csv
. But I keep getting an error message stating
Error in file(file, "rt") : cannot open the connection
I wrote mydata1 <- read.csv("birthdays.csv", header = TRUE)
.
I am trying to read an excel file into R using read.csv
. But I keep getting an error message stating
Error in file(file, "rt") : cannot open the connection
I wrote mydata1 <- read.csv("birthdays.csv", header = TRUE)
.