Sorry- I was so excited it was working that I didn't see your reply: "What is the problem that you are trying to solve? Tell me what you want to do, not how you want to do it."
Answer is that I was trying to figure out the most efficient way (mainly in time moreso than physical space) to save my output so I could clear the memory so R could move on to processing the next variable. In the end, I will need to pull the variables back in and do further work on them. Your posts were very helpful. I now understand what sink was doing which was not accomplishing my goal. Save is working very well, and I'm able to clear the memory before moving to the next step. Thanks a million. -- View this message in context: http://r.789695.n4.nabble.com/writing-output-directly-to-file-sink-tp4506432p4507197.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.