I'm using RStudio Version 1.0.153.
I have a folder of approximately 30 PDFs. I would like to convert them to respective objects in R as character strings. I already have the pdftools package and it successfully converts to objects, I'm just looking for a way for it to iteratively go through a list of PDFs in a folder to automatically assign to its respective variable.
For example if I have 30 pdfs named as "P1.pdf, P2.pdf, P3.pdf.... P30.pdf," how do I get R to convert them all to text using pdftools so that they are their own respective R objects called P1, P2, P3.... P3?
Thanks a ton.
I've been learning so much on here!
Meera