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