scrape_lsac_report: Scrape LSAC PDF reports and place into data frames

Description Usage Arguments Value

View source: R/scrape-lsac.R

Description

This function scrapes all the pages from the LSAC PDF report. Results are placed in a series of data frames, based on the topic; and all data frames are returned as a list.

Usage

1
scrape_lsac_report(pdf_file, start_page)

Arguments

pdf_file

String. Full path to the PDF file to be scraped.

start_page

Integer. The page number of the first PDF page that needs to be scraped.

Value

A list, with each element in the list containing a data frame of the scraped results.


shanejorr/LSACscrapeR documentation built on Oct. 3, 2020, 1:50 a.m.