pdf_table | R Documentation |
Create a pdf snapshot of a data.frame or kable output
pdf_table(x, out_name = "test.pdf")
x |
data.frame or kable output |
out_name |
character file name |
## Not run: data(iris) pdf_table(iris[rep(1:5, 12),]) pdf_table(knitr::kable(iris[rep(1:5, 12),]), out_name = "zz2.pdf") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.