| as_flextable | R Documentation |
flextableGeneric for converting objects to a flextable
as_flextable(x, ...)
x |
Object to convert. |
... |
Passed to methods. |
A flextable object (concrete return type from the
underlying method, e.g. [as_flextable.apa_table()] returns a
flextable ready for flextable::save_as_docx()).
as_flextable.apa_table() for the apa_table method;
as_kable() for a knitr::kable-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.