Description Usage Arguments Value Examples
Convenience function for drafting the course materia.s
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | booktabs(x, ...)
## Default S3 method:
booktabs(x, align = c("@{}l", rep("r", ncol(x) - 1), "r@{}"), ...)
## S3 method for class 'noquote'
booktabs(x, align = c("@{}l", rep("r", ncol(x) - 1), "r@{}"), ...)
## S3 method for class 'xtable'
booktabs(x, ...)
## S3 method for class 'booktabs'
print(
x,
floating = FALSE,
hline.after = NULL,
add.to.row = list(pos = list(-1, 0, nrow(x)), command = c("\\toprule ",
"\\midrule ", "\\bottomrule ")),
include.rownames = getOption("xtable.include.rownames", TRUE),
...
)
|
x, align |
as for |
... |
additional arguments passed on to methods |
floating, hline.after, add.to.row, include.rownames |
as for |
A data frame, giving a suitably formatted LaTeX table when printed
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.