Learn R Programming

ORscraper (version 0.1.0)

read_pdf_files: Read all PDF files in a directory

Description

This function scans a specified directory and retrieves all files with a .pdf extension.

Usage

read_pdf_files(path)

Value

A character vector with the full paths of the PDF files.

Arguments

path

Character. Path to the directory to scan for PDF files.

Examples

Run this code
InputPath <- system.file("extdata", package = "ORscraper")
files <- read_pdf_files(InputPath)

Run the code above in your browser using DataLab