extracted_areas: Extract text from LSAC reports

Description Usage Arguments Value

View source: R/utils-core.R

Description

This function extracts the raw text from the LSAC reports. The extracted text is unformatted and each extracted section is returned in a list.

Usage

1
extracted_areas(file_name, page_num)

Arguments

file_name

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

page_num

Integer. The page number of the PDF file to be scraped.

Value

The raw, untransformed and uncleaned, data from the LSAC report; returned as data frames stored within a list.


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