powered by
Wraps the antiword utility. Takes a path to an word file and returns text from the document.
antiword(file = NULL, format = FALSE)
path or url to your word file
format the output text (-f parameter)
text <- antiword("https://jeroen.github.io/files/UDHR-english.doc") cat(text)
Run the code above in your browser using DataLab