Re: [R] paste in xtable

2008-09-23 Thread Charilaos Skiadas
Actually the '\\textbf' specification would work just fine. If you examine test[,1] you'll see it contains the correct thing. The problem is when print.xtable is called. This is because it automatically contains a function that "sanitizes" the character entries to "fix" characters that have

[R] paste in xtable

2008-09-23 Thread Ryan D. Enos
Dear R help: I am trying to use paste(), within an ifelse() statement to insert latex commands into an object that has been created using xtable(). I cannot make the strings behave as I would like, the '\t' is creating a tab, the usual method of '\\t' is not working either - nor is any series