| as_kable.apa_table | R Documentation |
apa_table to a knitr::kable() objectRenders the table data for direct inclusion in RMarkdown,
Quarto, or HTML reports, wiring the caption and note slots
into the standard APA placement (caption above, note below).
When kableExtra is installed the note is attached as a footer;
otherwise the note is appended as a knitr::asis_output() block.
## S3 method for class 'apa_table'
as_kable(x, format = c("pipe", "html", "latex"), digits = 3L, ...)
x |
An |
format |
One of |
digits |
Numeric; passed to |
... |
Additional arguments forwarded to |
A knitr_kable object ready to be printed inline in a
report, or a message when knitr is unavailable.
as_flextable.apa_table(), apa_table().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.