powered by
read table from docx
indocx(filename, header = FALSE)
input filename
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
Run the code above in your browser using DataLab