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