I am following the examples in the book "Spatial Analysis with R". I have loaded the sp package and I am trying to read the table using:
Cran_df<-read.table("CRAN051001a.txt", header = TRUE)
I am receiving the errors:
Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "rt") :
cannot open file 'CRAN051001a.txt': No such file or directory
How do I get the required data for this exercise?