docx_summary
From officer v0.3.15
by David Gohel
get Word content in a data.frame
read content of a Word document and return a data.frame representing the document.
Usage
docx_summary(x)
Arguments
- x
an rdocx object
Note
Documents included with body_add_docx()
will
not be accessible in the results.
Examples
# NOT RUN {
example_pptx <- system.file(package = "officer",
"doc_examples/example.docx")
doc <- read_docx(example_pptx)
docx_summary(doc)
# }
Community examples
Looks like there are no examples yet.