Re: [Rd] Request for showWarnings parameter for write.table

2006-02-27 Thread Gabor Grothendieck
You might also check out suppressWarnings, e.g. suppressWarnings(write.table(...whatevever...)) On 2/27/06, Leif Kirschenbaum <[EMAIL PROTECTED]> wrote: > Madams & Sirs, > I use write.table to write CSV files to generate reports for my colleagues > to open in their spreadsheet application of

[Rd] Request for showWarnings parameter for write.table

2006-02-27 Thread Leif Kirschenbaum
Madams & Sirs, I use write.table to write CSV files to generate reports for my colleagues to open in their spreadsheet application of choice. I often append data of dissimilar structure to the same file, i.e. a few summary lines and then additional data of some number of columns. Normally wr