antiword {antiword} | R Documentation |
Antiword
Description
Wraps the antiword utility. Takes a path to an word file and returns text from the document.
Usage
antiword(file = NULL, format = FALSE)
Arguments
file |
path or url to your word file |
format |
format the output text (-f parameter) |
Examples
text <- antiword("https://jeroen.github.io/files/UDHR-english.doc")
cat(text)
[Package antiword version 1.3.3 Index]