Skip to content
Prev 10722 / 398502 Next

Write to a file

Hi,

I am trying to write a vector of list in to a file. I used the following 
       write(result,file="ttest.txt")
I got an error message
       Error in cat(list(...), file, sep, fill, labels, append) : 
                 argument 1 not yet handled by cat

Then I tested the property of my object
[1] TRUE
[1] TRUE
[1] TRUE
[1] TRUE

I don't understand why my list of vector can not be handled by cat.

How to solve it?

Thanks 

Hongli Li

-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20010412/f4028dfc/attachment.html