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)