Learn R Programming

docxtractr (version 0.1.0.9000)

read_docx: Read in a Word document for table extraction

Description

Local file path or URL pointing to a .docx file.

Usage

read_docx(path)

Arguments

path
path to the Word document

Examples

Run this code
doc <- read_docx(system.file("examples/data.docx", package="docxtractr"))
class(doc)
## Not run: 
# # from a URL
# budget <- read_docx(
# "http://www.anaheim.net/docs_agend/questys_pub/MG41925/AS41964/AS41967/AI44538/DO44539/1.DOCX")
# ## End(Not run)

Run the code above in your browser using DataLab