powered by
read content of a Word document and return a tidy dataset representing the document.
docx_summary(x)
an rdocx object
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 DataLab