[R] using latex() in R for Unix
Frank E Harrell Jr
f.harrell at vanderbilt.edu
Thu Apr 6 00:01:05 CEST 2006
Peter Dalgaard wrote:
> "Brian Quinif" <bquinif at gmail.com> writes:
>
>
>>Yes, Peter, I do mean the later() function from the Hmsic package.
>>Below is a reproducible example. Also, does anyone know how to stop R
>>from automatically running LaTeX on the file produced by latex()
>
>
> The last bit is easy. It's the print method that does that, so just
> don't print. E.g.
>
> invisible(latex(....))
Or do w <- latex(.., file='...')
Frank
>
--
Frank E Harrell Jr Professor and Chair School of Medicine
Department of Biostatistics Vanderbilt University
More information about the R-help
mailing list