read_docx: Read data from a Modern Word File

Description Usage Arguments Details Value Examples

Description

Read data from a Modern Word File

Usage

1
read_docx(docx)

Arguments

docx

The .docx file to read

Details

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.

Value

Vector of document text

Examples

1
read_docx(docx = system.file('extdata','example.docx',package='readOffice'))

readOffice documentation built on May 1, 2019, 6:35 p.m.