79481216

Date: 2025-03-03 14:32:49
Score: 0.5
Natty:
Report link

You can select specific pages in your PDF file by using the concatenate c() function like this:

library(pdftools)

selected_pages <- pdf_text("my_file.pdf")[c(10:16)] 
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Ifeanyi Idiaye