Description Usage Arguments Value Examples
Read in the content from a .doc file using antiword via the antiword package.
1 |
file |
The path to the .doc file. |
skip |
The number of lines to skip. |
remove.empty |
logical. If |
trim |
logical. If |
format |
logical. If |
... |
ignored. |
Returns a character vector.
1 2 3 4 5 6 | ## Not run:
x <- system.file("docs/Yasmine_Interview_Transcript.doc",
package = "textreadr")
read_doc(x)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.