leeper / pdfcount

An R Shiny App to Count Words in a PDF Document

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pdfcount

CRAN Downloads Travis Build Status codecov.io

This is a simple package and shiny app designed to count words in a PDF document, for example generated by LaTeX.

You can use the package locally:

# install
remotes::install_github("leeper/pdfcount")

# load
library("pdfcount")

# count
rintro <- file.path(Sys.getenv("R_HOME"), "doc", "manual", "R-intro.pdf")
word_count(rintro)

Or, you can use it as a shiny app. A demo runs live at: https://leeper.shinyapps.io/pdfcount/

About

An R Shiny App to Count Words in a PDF Document

License:Other


Languages

Language:R 89.8%Language:Makefile 5.4%Language:TeX 4.8%