[R] output in a list

Douglas Bates bates at stat.wisc.edu
Wed Oct 22 19:30:36 CEST 2003


javier garcia - CEBAS <rn001 at cebas.csic.es> 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)




More information about the R-help mailing list