textreadr (version 0.3.0)

antiword_loc: Make User Specific Path/URL to Antiword

Description

Make a user specific path/URL to Antiword.

Checks that Antiword is installed and in root. Currently this function will try to install Antiword if missing from root for Windows users only. Other users must install manually.

Usage

antiword_loc()
antiword_url()
check_antiword_installed(antiword.path = textreadr::antiword_loc(), download = textreadr::antiword_url(), verbose = TRUE)

Arguments

antiword.path
The path to the latest version of Antiword.
download
The download url for Antiword.
verbose
If TRUE messages are printed even when everything is installed.

Value

returns a path as a string.

References

http://nlp.antiword.edu/software/antiword.shtml

Examples

Run this code
antiword_loc()
## Not run: 
# check_antiword_installed()
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace