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 [[alternative HTML version deleted]]
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, > StefoPresuming 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 connectionDo 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.