On May 15, 2009, at 8:22 AM, Stefo Ratino wrote:
Hello,
I am using: save(data,file="D:/mayData.RData"), and I have the
following error:
Error in save(data, file = "D:/mayData.RData") : error writing to
connection
Thank you very much in advance,
Stefo
Presuming that drive 'D' exists and that you have permission to write
to it, it is possible that there is insufficient room on that drive to
save 'data'.
Check on the above.
HTH,
Marc Schwartz
______________________________________________
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.