officer (version 0.3.3)

docx_summary: get Word content in a tidy format

Description

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

Usage

docx_summary(x)

Arguments

x

an rdocx object

Examples

Run this code
# NOT RUN {
example_pptx <- system.file(package = "officer",
  "doc_examples/example.docx")
doc <- read_docx(example_pptx)
docx_summary(doc)
# }

Run the code above in your browser using DataCamp Workspace