pptx_summary {officer} | R Documentation |
PowerPoint content in a data.frame
Description
Read content of a PowerPoint document and return a dataset representing the document.
Usage
pptx_summary(x, preserve = FALSE)
Arguments
x |
an rpptx object |
preserve |
If |
Examples
example_pptx <- system.file(package = "officer",
"doc_examples/example.pptx")
doc <- read_pptx(example_pptx)
pptx_summary(doc)
pptx_summary(example_pptx)
[Package officer version 0.6.6 Index]