Skip to content
An R Shiny App to Count Words in a PDF Document
R Makefile TeX
Branch: main
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
R
inst
man
tests
.Rbuildignore
.gitignore
.travis.yml
DESCRIPTION
LICENSE
LICENSE.md
Makefile
NAMESPACE
NEWS.md
README.md
server.R
ui.R

README.md

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/

You can’t perform that action at this time.