inpptx {eoffice} | R Documentation |
read table from pptx
inpptx(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.pptx"))
tabs <- inpptx(filename = file.path(tempdir(), "mtcars.pptx"), header = TRUE)
tabs