Skip to content
Prev 34928 / 63424 Next

two small wishes (with code sugegstions) for R-core

I've incorporated a more correct version of 1: think about what 
happens if the next method also copies over the class, for example.
(It was more complicated than that: [.AsIs was used for other classes 
in R -- did you actually test your suggestion, as 'make check' failed 
for me?)

But write.csv[2] are just wrappers, and if you want to do something 
complicated simply don't use them.  They are intended to help naive 
users of .csv files get them right, and banning append=TRUE seems the 
best way to help do that.  (A recent R-help thread shows that 
non-users of Excel are often unaware of its exact requirements -- and 
that includes me.)

The wishes may be small: the work to implement and test them is often 
not.
On Mon, 2 Nov 2009, Jens Oehlschl?gel wrote: