read_docx {readOffice}R Documentation

Read data from a Modern Word File

Description

Read data from a Modern Word File

Usage

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

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


[Package readOffice version 0.2.2 Index]