Re: [Rd] write function (PR#10953)

2008-03-14 Thread Henrik Bengtsson
First of all, it's not a bug. Please don't report bugs before bringing up the "issue" on r-devel. FYI, there are people (not me), who have to go through all bug reports, tag them, and clean them out manually. If you do print(write), your concerns are answered: function (x, file = "data", ncolu

Re: [Rd] write function (PR#10953)

2008-03-14 Thread Duncan Murdoch
On 3/14/2008 6:45 AM, [EMAIL PROTECTED] wrote: > Full_Name: Alexander Yephremov > Version: R 2.6.2 GUI 1.23 (4932) (4932) > OS: Mac OS X 10.4 > Submission from: (NULL) (193.174.239.91) > > > Hi! > >> array <- 0*1:50 >> array > [1] 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Re: [Rd] write function (PR#10953)

2008-03-14 Thread Hilmar Berger
Hi Alexander, from the Help page of write: Usage write(x, file = "data", ncolumns = if(is.character(x)) 1 else 5, append = FALSE, sep = " ") Arguments x the data to be written out. file A connection, or a character string naming the file to write to. If "", print to the standard

[Rd] write function (PR#10953)

2008-03-14 Thread efremov
Full_Name: Alexander Yephremov Version: R 2.6.2 GUI 1.23 (4932) (4932) OS: Mac OS X 10.4 Submission from: (NULL) (193.174.239.91) Hi! > array <- 0*1:50 > array [1] 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 > write(array, "array.file", s