Im busy doing an exercise on Foundation of Statistical Description and 
Analysis,Please check the attached exercise on page 3.In this exercise the 
first step is to check the content of Limestone.data so I entered the following 
command on R console

limedata=read.table("c:/temp/M5/limestone.dat", header = TRUE) and I got an error message that 
says "Error in file(file,"rt"): cannot open the connection
In addition: Warning message

In file(file, "rt") : cannot open file 'c:/temp/M5/limestone.dat': Permission 
denied



Could you please help me to get this data
It's telling you "Permission denied", so presumably the permissions
on that file need to be modified on the unstated MS OS you're using.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to