powered by
print.tabular
## S3 method for class 'tabular': latex(object, file="", options=NULL, ...)
latex()
x
table_options()
booktabs()
Sweave
table_options
latex
tab <- tabular( (Species + 1) ~ (n=1) + Format(digits=2)* (Sepal.Length + Sepal.Width)*(mean + sd), data=iris ) latex(tab) save <- booktabs() latex(tab) table_options(save)
Run the code above in your browser using DataLab