[R] (no subject)

Spencer Graves spencer.graves at pdf.com
Tue Jul 15 16:17:02 CEST 2003


"sink" may be the simplest but won't give you the control you may want.

For full control, have you considered "cat" and "write.table"?  Both 
have "append" arguments plus others.

hope this helps.  spencer graves

michael kirschbaum wrote:
> Hi 
> I got a problem with creating a textfile:
> how can I create a textfile, which has a headline like:
> 
> #data1
> 1 2 3 4 
> 5 6 7 8
> 
> the problem is, how to bind text and matrix, so that the
> "read.table"-function
> will ignore the text and read the numbers.
> 
> Thank you for help
> Michael 
>




More information about the R-help mailing list