get Word content in a data.frame
read content of a Word document and return a data.frame representing the document.
docx_summary(x)
x |
an rdocx object |
Documents included with body_add_docx()
will
not be accessible in the results.
example_pptx <- system.file(package = "officer", "doc_examples/example.docx") doc <- read_docx(example_pptx) docx_summary(doc)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.