Changbin Du wrote:
HI, Dear R community,
I am using the xtable to create the table, but how can I see the table?
The following is the codes I used:
data(tli)
tli.table <- xtable(tli[1:10, ])
digits(tli.table)[c(2, 6)] <- 0
print(tli.table, floating = FALSE)
% latex table generated in R 2.
HI, Dear R community,
I am using the xtable to create the table, but how can I see the table?
The following is the codes I used:
> data(tli)
> tli.table <- xtable(tli[1:10, ])
> digits(tli.table)[c(2, 6)] <- 0
> print(tli.table, floating = FALSE)
% latex table generated in R 2.11.0 by xtable
2 matches
Mail list logo