Skip to content
Prev 165260 / 398506 Next

Print a list in columns

Hi Borja,

 	write.table doesn't work, because it's not clear how to print it in
two columns, so we can't help you yet either.  Do you want to match the
first item in v1 with the first item in v2, and have a bunch of NAs hanging
off the end of the shorter column in the output?  Or align the last items? 
Or do you want to just drop the "extra" items in one column?  Etc.
On Sat, 20 Dec 2008, Borja Soto Varela wrote: