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

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to