textreadr (version 0.3.0)

read_doc: Read in .doc Content

Description

Read in the content from a .doc file using antiword.

Usage

read_doc(file, skip = 0, antiword.path = textreadr::antiword_loc())

Arguments

file
The path to the .doc file.
skip
The number of lines to skip.
antiword.path
Path to antiword.

Value

Returns a character vector.

Examples

Run this code
## Not run: 
# x <- system.file("docs/Yasmine_Interview_Transcript.doc",
#     package = "textreadr")
# read_doc(x)
# ## End(Not run)

Run the code above in your browser using DataLab