Description Usage Arguments Value Examples
Write data.frame or matrix to word
1 2 3 4 5 6 7 8 | write_table(
x,
rowlabelhead = "",
groupspan = NULL,
caption = NULL,
footnote = NULL,
...
)
|
x |
data.frame or matrix |
rowlabelhead |
A heading for the first column of the table, which contains the row labels. |
groupspan |
A vector of integers specifying the number of strata to group together. The group name will be used as span label. |
caption |
A character string to be added as a caption to the table.
The default |
footnote |
A character string to be added as a footnote to the table.
Can also be a vector which results in multiple lines of footnotes.
The default |
... |
Kept for later used. |
A flextable object.
1 2 3 4 | ## Not run:
write_table(head(mtcars))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.