Gene Cutler <[EMAIL PROTECTED]> writes: > I'm currently using the below function from some library (MASS?) for > writing my data out to file. I'm using it instead of plain old "write" > because it does buffering. The problem that I'm having is that the > numbers are space padded, but I need true tab-delineated files. It > looks like the spaces are coming from 'format', but I don't see > an option for format to not pad numbers, the closest I see has to do > with stripping spaces from strings. Am I missing something obvious?
write.table(), maybe? -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907 ______________________________________________ [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
