Re: [R] help with the xtable package

2010-07-01 Thread Erik Iverson
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.

[R] help with the xtable package

2010-07-01 Thread Changbin Du
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