View source: R/basefunctions.R
pdf_kable | R Documentation |
pdf_kable
formats tibbles/df's for markdown
pdf_kable(
.input,
width1 = 6,
twidth = 14,
tposition = "left",
innercaption = NULL,
caption = "",
foot = NULL,
escape = TRUE
)
.input |
table to print |
width1 |
Width of 1st column, default 6. |
twidth |
Default 14 |
tposition |
Default left |
innercaption |
subheader |
caption |
header |
foot |
footnote |
escape |
see knitr::kable |
A character vector of the table source code.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.