| as_kable | R Documentation |
knitr::kableGeneric for converting objects to a knitr::kable
as_kable(x, ...)
x |
Object to convert. |
... |
Passed to methods. |
A knitr::kable object (concrete return type from the
underlying method, e.g. [as_kable.apa_table()] returns a
kableExtra object when the package is installed).
as_kable.apa_table() for the apa_table method;
as_flextable() for a flextable-targeted alternative;
apa_table() for constructing an apa_table in the first place.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.