officer (version 0.2.1)

pptx_summary: get PowerPoint content in a tidy format

Description

read content of a PowerPoint document and return a tidy dataset representing the document.

Usage

pptx_summary(x)

Arguments

x

an rpptx object

Examples

Run this code
# 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 DataCamp Workspace