Description Usage Arguments Examples
A cleaner way to print LaTeX tables than simply using the cat()
.
Equivalent to cat(paste(latex_table, collapse = "\n"))
1 | print_table(latex_table)
|
latex_table |
1 2 | table <- capture.output(kable(mtcars, format = "latex"))
print_table(table)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.