get_grades_f2: get_grades_f2()

Description Usage Arguments Examples

Description

This function takes a student's report card as input (vector), and extract the student's grades and courses.

Usage

1
get_grades_f2(student_rcard)

Arguments

student_rcard

A vector containing a student's report card information

Examples

1
2
3
4
parsed_pdf <-read_pdf('my_pdf_file.pdf')
students_list <- split_students(parsed_pdf)
student_rcard <- students_list[[1]]
get_grades(student_rcard)

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