All Projects → ropensci → antiword

ropensci / antiword

Licence: other
R wrapper for antiword utility

Programming Languages

c
50402 projects - #5 most used programming language
r
7636 projects

Projects that are alternatives of or similar to antiword

cablecuttr
An R wrapper for CanIStream.It API
Stars: ✭ 17 (-63.83%)
Mutual labels:  rstats, r-package
tiler
Generate geographic and non-geographic map tiles from R
Stars: ✭ 56 (+19.15%)
Mutual labels:  rstats, r-package
mikropml
User-Friendly R Package for Supervised Machine Learning Pipelines
Stars: ✭ 34 (-27.66%)
Mutual labels:  rstats, r-package
Polite
Be nice on the web
Stars: ✭ 253 (+438.3%)
Mutual labels:  rstats, r-package
pkgreviewr
R package to facilitate rOpenSci package reviews.
Stars: ✭ 35 (-25.53%)
Mutual labels:  rstats, r-package
unrtf
Wrapper for 'unrtf' utility to extract text from RTF documents
Stars: ✭ 14 (-70.21%)
Mutual labels:  r-package, extract-text
cranlogs
Download Logs from the RStudio CRAN Mirror
Stars: ✭ 70 (+48.94%)
Mutual labels:  rstats, r-package
Elastic
R client for the Elasticsearch HTTP API
Stars: ✭ 227 (+382.98%)
Mutual labels:  rstats, r-package
heddlr
Bring a functional programming mindset to R Markdown document generation
Stars: ✭ 14 (-70.21%)
Mutual labels:  rstats, r-package
geoparser
⛔ ARCHIVED ⛔ R package for the Geoparser.io API
Stars: ✭ 38 (-19.15%)
Mutual labels:  rstats, r-package
styles
Custom themes for base plots
Stars: ✭ 32 (-31.91%)
Mutual labels:  rstats, r-package
individual
R Package for individual based epidemiological models
Stars: ✭ 20 (-57.45%)
Mutual labels:  rstats, r-package
Shinycssloaders
⌛ Add loading animations to a Shiny output while it's recalculating
Stars: ✭ 248 (+427.66%)
Mutual labels:  rstats, r-package
travis
⛔ ARCHIVED ⛔ Set Up 'Travis' for Testing and Deployment
Stars: ✭ 61 (+29.79%)
Mutual labels:  rstats, r-package
Iheatmapr
Complex, interactive heatmaps in R
Stars: ✭ 242 (+414.89%)
Mutual labels:  rstats, r-package
nasapower
API Client for NASA POWER Global Meteorology, Surface Solar Energy and Climatology in R
Stars: ✭ 79 (+68.09%)
Mutual labels:  rstats, r-package
Taxize
A taxonomic toolbelt for R
Stars: ✭ 209 (+344.68%)
Mutual labels:  rstats, r-package
Fulltext
Search across and get full text for OA & closed journals
Stars: ✭ 221 (+370.21%)
Mutual labels:  rstats, r-package
cusumcharter
Easier CUSUM control charts. Returns simple CUSUM statistics, CUSUMs with control limit calculations, and function to generate faceted CUSUM Control Charts
Stars: ✭ 17 (-63.83%)
Mutual labels:  rstats, r-package
agent
Store sensitive data such as API tokens
Stars: ✭ 19 (-59.57%)
Mutual labels:  rstats, r-package

antiword

Project Status: Active – The project has reached a stable, usable state and is being actively developed. CRAN_Status_Badge CRAN RStudio mirror downloads

Extract Text from Microsoft Word Documents

Wraps the AntiWord utility to extract text from Microsoft Word documents. The utility only supports the old doc format, not the new xml based docx format. Use the 'xml2' package to read the latter.

Installation

Install the package directly from CRAN:

install.packages("antiword")

Example Usage

The function has only a single function antiword(). It takes either a local file path or a URL to a word document:

library(antiword)
text <- antiword("https://jeroen.github.io/files/UDHR-english.doc")
cat(text)
Universal Declaration of Human Rights
                            Plain English Version

 
All people everywhere have the same human rights, which no one can take
away. This is the basis of freedom, justice and peace in the world.
This Declaration affirms the dignity and worth of all people, and the equal
rights of women and men. The rights described here are the common standard
for all people everywhere.
Every person and nation is asked to support the understanding and respect
for these rights, and to take steps to make sure that they are recognised
and observed everywhere, for all people.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].