pptx_summary
From officer v0.3.14
by David Gohel
get PowerPoint content in a data.frame
read content of a PowerPoint document and return a dataset representing the document.
Usage
pptx_summary(x)
Arguments
- x
an rpptx object
Examples
# NOT RUN {
example_pptx <- system.file(package = "officer",
"doc_examples/example.pptx")
doc <- read_pptx(example_pptx)
pptx_summary(doc)
pptx_summary(example_pptx)
# }
Community examples
Looks like there are no examples yet.