search for: changesr220

Displaying 1 result from an estimated 1 matches for "changesr220".

2006 Jan 09
2
paste tab and print
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