[R] backslash

Uwe Ligges ligges at statistik.uni-dortmund.de
Mon May 22 19:23:41 CEST 2000



On Mon, 22 May 2000, Helgi Tomasson wrote:

> Hi R-people
> 
> I am trying to have R write latex-code.
> 
> "\begin{tabular}"
> 
> and
> 
> "\end{tabular}
> 
> do not produce similar results.  I would like to something like
> 
> write("\begin{tabular} ,file=. . .)
> .
> .
> .
> write("\end{tabular},file=. . .)
> 
> regards
> 
> Helgi Tomasson
> 
 
Try write("\\begin...",....) and "\\end", as "\" is a special character.

Regards,
Uwe Ligges

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list