Learn R Programming

officer (version 0.6.2)

pptx_summary: PowerPoint content in a data.frame

Description

Read content of a PowerPoint document and return a dataset representing the document.

Usage

pptx_summary(x)

Arguments

x

an rpptx object

Examples

Run this code
example_pptx <- system.file(package = "officer",
  "doc_examples/example.pptx")
doc <- read_pptx(example_pptx)
pptx_summary(doc)
pptx_summary(example_pptx)

Run the code above in your browser using DataLab