powered by
read content of a PowerPoint document and return a tidy dataset representing the document.
pptx_summary(x)
an rpptx object
# NOT RUN { example_pptx <- system.file(package = "officer", "doc_examples/example.pptx") doc <- read_pptx(example_pptx) pptx_summary(doc) # }
Run the code above in your browser using DataLab