[R] paste tab and print
vincent@7d4.com
vincent at 7d4.com
Mon Jan 9 08:26:34 CET 2006
Dear all,
info = paste('a', 'b', sep='\t')
print(info , quote=F)
doesn't produce the same result with R201 and R220
(under Windows2000)
R 2.0.1 : [1] a b
R 2.2.0 : [1] a\tb
I did read the CHANGESR220 file and tried also the search
engine but couldn't find an answer.
I certainly missed the point, and apologize about that.
So if somebody could tell me how to insert a tab inside
strings under R.2.2.0., it would be very kind.
Thanks
Vincent
More information about the R-help
mailing list