docx_summary {officer}R Documentation

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

example_pptx <- system.file(package = "officer",
  "doc_examples/example.docx")
doc <- read_docx(example_pptx)
docx_summary(doc)

[Package officer version 0.3.5 Index]