indocx {eoffice} | R Documentation |
read table from docx
indocx(filename, header = FALSE)
filename |
input filename |
header |
use first row as column name |
Kai Guo
totable(t.test(wt ~ am, mtcars), filename = file.path(tempdir(), "mtcars.docx"))
tabs <- indocx(filename = file.path(tempdir(), "mtcars.docx"), header = TRUE)
tabs