An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090515/47e8edb4/attachment-0001.pl>
error writing to connection
3 messages · Stefo Ratino, Marc Schwartz, Duncan Murdoch
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
On 5/15/2009 9: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
Do you have permission to create a file there? Try it from outside R. Duncan Murdoch
Thank you very much in advance,
Stefo
[[alternative HTML version deleted]]
------------------------------------------------------------------------
______________________________________________ R-help at 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.