make_word_table {repmod} | R Documentation |
Export a table to word
Description
Exports a table to Word.
Usage
make_word_table(x, file, info = NULL, use.rownames = TRUE)
Arguments
x |
A data.frame object |
file |
Name of the file |
info |
Footer for the table |
use.rownames |
Should row names be added to the output? |
Value
Creates a word file with the table
[Package repmod version 0.1.7 Index]