antiword (version 1.3.3)

antiword: 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

Run this code
text <- antiword("https://jeroen.github.io/files/UDHR-english.doc")
cat(text)

Run the code above in your browser using DataLab