read_docx {readOffice} | R Documentation |
Read data from a Modern Word File
read_docx(docx)
docx |
The .docx file to read |
Only accepts one file at a time and only .docx files. Modifying file extensions will not work.
Text is broken out into the XML defined paragraphs in the vector.
Vector of document text
read_docx(docx = system.file('extdata','example.docx',package='readOffice'))