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