Skip to content
Prev 3875 / 5636 Next

[R-meta] Importing Correlations from PDF to table format

The pdftools package might be helpful:
https://github.com/ropensci/pdftools
It has very low-level utilities for extracting text from pdf. You'd still
have to do some data clean-up to get the correlations into the form needed
for analysis.

The tabulizer package is meant to provide tools customized for working with
pdf tables:
https://github.com/ropensci/tabulizer
But it requires Java and it appears to be archived on CRAN. I'm not sure
what its development status is. Caveat emptor, I guess.

James
On Fri, Feb 25, 2022 at 12:20 PM Kiet Huynh <kietduchuynh at gmail.com> wrote: