get PowerPoint content in a data.frame
read content of a PowerPoint document and return a dataset representing the document.
pptx_summary(x)
x |
an rpptx object |
example_pptx <- system.file(package = "officer", "doc_examples/example.pptx") doc <- read_pptx(example_pptx) pptx_summary(doc) pptx_summary(example_pptx)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.