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? Thanks, Sean