All Projects → leeper → pdfcount

leeper / pdfcount

Licence: other
An R Shiny App to Count Words in a PDF Document

Programming Languages

r
7636 projects
Makefile
30231 projects
TeX
3793 projects

Projects that are alternatives of or similar to pdfcount

parcours-r
Valise pédagogique pour la formation à R
Stars: ✭ 25 (-3.85%)
Mutual labels:  shiny
markdown
📔 A package for converting and rendering markdown documents in TeX
Stars: ✭ 219 (+742.31%)
Mutual labels:  latex
tikz favorites
collection of favorite TikZ graphics
Stars: ✭ 62 (+138.46%)
Mutual labels:  latex
templateestagiofga
Este repositório contém o template para a realização do relatório final da disciplina de estágio obrigatório da FGA - UnB em LaTeX
Stars: ✭ 22 (-15.38%)
Mutual labels:  latex
snuthesis
An UNOFFICIAL LaTeX thesis template for Seoul National University (SNU), Korea.
Stars: ✭ 38 (+46.15%)
Mutual labels:  latex
latex-beamer-teamplates
My LaTeX Beamer Templates for Daily Presentation and Documentation.
Stars: ✭ 14 (-46.15%)
Mutual labels:  latex
WHUT-Bachelor
武汉理工大学本科生毕业设计(论文) LaTeX 模板 LaTeX Template for Bachelor's Degree Thesis at Wuhan University of Technology (WHUT)
Stars: ✭ 18 (-30.77%)
Mutual labels:  latex
tex2py
converts LaTeX into a Python parse tree, allowing navigation using the default or a custom hierarchy
Stars: ✭ 70 (+169.23%)
Mutual labels:  latex
DIME-LaTeX-Templates
DIME's LaTeX templates and LaTeX exercises teaching anyone new to LaTeX how to use LaTeX and how to use DIME's templates
Stars: ✭ 32 (+23.08%)
Mutual labels:  latex
latex-action
GitHub Action to compile LaTeX documents
Stars: ✭ 123 (+373.08%)
Mutual labels:  latex
rfrappe
htmlwidget for frappe charts js library
Stars: ✭ 24 (-7.69%)
Mutual labels:  shiny
learning R
List of resources for learning R
Stars: ✭ 32 (+23.08%)
Mutual labels:  shiny
LinearOne
LinearOne is a prototype theorem prover for first-order (multiplicative, intuitionistic) linear logic.
Stars: ✭ 16 (-38.46%)
Mutual labels:  latex
i.upmath.me
Upmath LaTeX Renderer
Stars: ✭ 42 (+61.54%)
Mutual labels:  latex
letter-2-reviewers-LaTeX-template
A LaTeX template to write response letters for journal revisions
Stars: ✭ 32 (+23.08%)
Mutual labels:  latex
datamods
Shiny modules to import data into an application or addin
Stars: ✭ 80 (+207.69%)
Mutual labels:  shiny
flexpivot
Simple frequency table
Stars: ✭ 19 (-26.92%)
Mutual labels:  shiny
CV-latex
latex template for CV
Stars: ✭ 19 (-26.92%)
Mutual labels:  latex
Learn-to-program-with-C AR
ترجمة لدرس تعلّم البرمجة بلغة السي الخاص بموقع OpenClassrooms
Stars: ✭ 51 (+96.15%)
Mutual labels:  latex
PowerAnalysisIL
Shiny app and R package to perform a power analysis to select the number of participants in intensive longitudinal studies
Stars: ✭ 19 (-26.92%)
Mutual labels:  shiny

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/

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].