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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.