Skip to content
Prev 259261 / 398502 Next

write.table vs. read.table and the argument "fill"

On May 7, 2011, at 10:38 AM, Carl Witthoft wrote:

            
I imagine the answer is something along the lines of ....read.table  
creates a rectangular structure and write.table outputs a rectangular  
structure, so they are congruent. If I wanted to accomplish writing a  
ragged list I would consider using lapply , paste,  and writeLines.