Last chance! 50% off unlimited learning
Sale ends in
example_docx <- system.file(
package = "officer",
"doc_examples/example.docx"
)
doc <- read_docx(example_docx)
docx_summary(doc)
docx_summary(doc, preserve = TRUE)[28, ]
Run the code above in your browser using DataLab