split_students: split_students()

Description Usage Arguments Examples

Description

This function takes the output of the read_pdf() function as input, create separate report card record for each students, and returns a list of these report cards.

Usage

1
split_students(parsed_pdf, format_type)

Arguments

parsed_pdf

character vector: The output of the read_pdf() function

format_type

character: The report card format. DC report cards come in different formats, this argument specifies the format of the report card.

Examples

1
2
parsed_pdf <-read_pdf('my_pdf_file.pdf')
split_students(parsed_pdf)

thelayc/laycReportCards documentation built on May 31, 2019, 9:16 a.m.