[R] Export to File...
Uwe Ligges
ligges at statistik.uni-dortmund.de
Wed May 2 11:00:27 CEST 2001
Ko-Kang at xtra.co.nz wrote:
>
> Hi,
>
> I've been reading the Data Import and Export manual (page 25 on Connection
> chapter) but somehow I can't manage to get what I want.
>
> I have a 28x28 distance matrix, which I would like to export to a file.
> What I did was something like:
> zz <- file("ex.data", "w") # open an output file connection
> cat( traffic.manDist, file = zz ) # traffic.manDist is my matrix name
> close(zz)
>
> But instead of exporting the matrix, it export each number in the matrix and
> separating each number into one line!
>
> Can anyone tell me where I did wrong? Much appreciated!
Have a look at ?write and ?write.table.
Uwe
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list