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
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