Description Usage Arguments Value
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.
1 | text_to_list(pdf_file, start_page)
|
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. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.