[Rd] write.csv(..., col.names = FALSE) (PR#13202)

2008-10-28 Thread Albrecht, Dr. Stefan (AIM SE)
748 Für Umsatzsteuerzwecke: Ust-ID-Nr.: DE 251 168 597 -Ursprüngliche Nachricht- Von: Paul Roebuck [mailto:[EMAIL PROTECTED] Gesendet: Monday, October 27, 2008 05:59 An: R Development Mailing List Cc: Albrecht, Dr. Stefan (AIM SE) Betreff: Re: [Rd] write.csv(..., col.names = FALSE) (PR#1

Re: [Rd] write.csv(..., col.names = FALSE) (PR#13202)

2008-10-26 Thread Paul Roebuck
On Fri, 24 Oct 2008 [EMAIL PROTECTED] wrote: > in write.csv() it is not possible to set both > row.names = FALSE, col.names = FALSE > since the col.names = FALSE gets overwritten: > > > write.csv > function (...) > { > Call <- match.call(expand.dots = TRUE) > for (argname in c("col.names",

[Rd] write.csv(..., col.names = FALSE) (PR#13202)

2008-10-25 Thread stefan . albrecht
Full_Name: Stefan Albrecht Version: 2.7.2 (and 2.8.0) OS: Windows NT Submission from: (NULL) (194.127.8.17) Dear R Debug-Team, in write.csv() it is not possible to set both row.names = FALSE, col.names = FALSE since the col.names = FALSE gets overwritten: > write.csv function (...) { Call