javier garcia - CEBAS <[EMAIL PROTECTED]> writes:

> I've got a very short question.
> 
> I've got a vector with about 800 numbers; and I would like to put them in a 
> file, but I need them to be written just one value in each row. Is this 
> possible?

write(myvec, file = 'myfile.txt', ncol = 1)

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to