powered by
read content of a Word document and return a data.frame representing the document.
docx_summary(x)
an rdocx object
# NOT RUN { 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