i knew it was something stunningly stupid. Thanks a lot.
John Kane
Kingston ON Canada
> -Original Message-
> From: marc_schwa...@me.com
> Sent: Fri, 24 May 2013 14:41:52 -0500
> To: jrkrid...@inbox.com
> Subject: Re: [R] xtable() with booktabs option problem
>
>
On May 24, 2013, at 2:36 PM, John Kane wrote:
> I could have sworn that yesterday xtable(file, booktabs = TRUE) was giving me
> toprule , midrule and bottomrule outout. Today :
>
> library(xtable)
> aa <- table( sample(letters[1:9], 100, replace = TRUE))
> xtable(aa,
> booktabs = TRU
I could have sworn that yesterday xtable(file, booktabs = TRUE) was giving me
toprule , midrule and bottomrule outout. Today :
library(xtable)
aa <- table( sample(letters[1:9], 100, replace = TRUE))
xtable(aa,
booktabs = TRUE)
gives me
\begin{table}[ht]
\centering
\begin{tabular}{r
3 matches
Mail list logo