[R] How to draw table in Latex without using xtable?
mlell08
mlell08 at googlemail.com
Fri Mar 23 21:04:30 CET 2012
I don't know xtable but you could try escaping the backslashes in your
strings.
cat("\\begin{table}[ht]") etc.
Regards!
More information about the R-help
mailing list