powered by
This function scans a specified directory and retrieves all files with a .pdf extension.
read_pdf_files(path)
A character vector with the full paths of the PDF files.
Character. Path to the directory to scan for PDF files.
InputPath <- system.file("extdata", package = "ORscraper") files <- read_pdf_files(InputPath)
Run the code above in your browser using DataLab