docx_summary {officer} | R Documentation |
read content of a Word document and return a tidy dataset representing the document.
docx_summary(x)
x |
an rdocx object |
example_pptx <- system.file(package = "officer", "doc_examples/example.docx") doc <- read_docx(example_pptx) docx_summary(doc)