On 3/7/06 5:10 PM, "Sean Davis" <[EMAIL PROTECTED]> wrote: > I have a group of data.frames that I need to write out interspersed with > some complex header information at the top of each. The file needs include > many such data.frame/header pairs. Is it as simple as using a connection > and printing to it everything (including tabs and endlines, etc.), or is > there some other way to go about this? After some experimentation, I answered my own qeustion. Just open a connection using file and then use writeLines and write.table, passing the connection object to each. Works like a charm. Sean ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
