pptx_summary | R Documentation |
Read content of a PowerPoint document and return a dataset representing the document.
pptx_summary(x, preserve = FALSE)
x |
an rpptx object |
preserve |
If |
example_pptx <- system.file(package = "officer",
"doc_examples/example.pptx")
doc <- read_pptx(example_pptx)
pptx_summary(doc)
pptx_summary(example_pptx)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.