textreadr (version 0.3.0)

read_docx: Read in .docx Content

Description

Read in the content from a .docx file.

Usage

read_docx(file, skip = 0)

Arguments

file
The path to the .docx file.
skip
The number of lines to skip.

Value

Returns a character vector.

Examples

Run this code
## Not run: 
# x <- "http://www.cybersmart.gov.au/~/media/9999BCDEA99F40DD8170AAD978C8D2F9.docx"
# out <- download(x)
# (txt <- read_docx(out))
# ## End(Not run)

Run the code above in your browser using DataLab