The output function for the print methods Table output defaults to kable, but the kableExtra package doesn't work well with Word. To export nice tables to Word use options('doc_type'='doc')
1 2 3 4 5 6 7 8 |
tab |
a table to format |
to_indent |
numeric vector the length of nrow(tab) indicating which rows to indent |
to_bold |
numeric vector the length of nrow(tab) indicating which rows to bold |
caption |
table caption |
chunk_label |
only used if out_fmt = doc to allow cross-referencing |
... |
other variables passed to covsum and the table output function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.