-help-boun...@r-project.org] On
Behalf Of David Winsemius
Sent: Friday, 16 May 2014 07:09
To: Liao, Hongsheng
Cc: r-help@r-project.org
Subject: Re: [R] Miss lines in LaTex code generated by function xtable in R
On May 15, 2014, at 1:30 PM, Liao, Hongsheng wrote:
> data(tli)
> ## Demons
Why not use knitr to build the document that the output of xtable is to be a
part of?
---
Jeff NewmillerThe . . Go Live...
DCN:Basics: ##.#. ##.#. Live Go...
On May 15, 2014, at 1:30 PM, Liao, Hongsheng wrote:
> data(tli)
> ## Demonstrate data.frame
> tli.table <- xtable(tli[1:10,])
> digits(tli.table)[c(2,6)] <- 0
> print(tli.table,floating=FALSE)
>
> I used above R code to generate Latex code as below. However, Tex Live can't
> run the code after
3 matches
Mail list logo