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