text_to_list: Extract text areas and place in individual dataframes

Description Usage Arguments Value

View source: R/utils-core.R

Description

This function extracts and cleans the data and places it into data frames for individual students. Each student's data will be placed in a separate data frame.

Usage

1
text_to_list(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 nested list with each student as the highest hierarchy in the list, and each student is another list with a different data frame for each table.


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