Is it possible to import PowerPoint files into R? I saw that you can use the ReporteRs package to create and manipulate powerpoint files, but I couldnt find anything on importing them.
I was hoping that I could load a pptx into an object like.
pptx1<-read.ppt(file1)
pptx2<-read.ppt(file2)
and then merge them into one file
pptx1<-addslide(pptx2,..)
Background: I would like to create a reporting tool based on slides from many different powerpoint files and since I am very bad at VBA, I was hoping that R could be a good alternative.
maybe too late but package
officer
can import data from pptx or docx file in a tidy format: