get_cumgpa: get_cumgpa()

Description Usage Arguments Examples

Description

This function takes a student's report card as input (vector), and extract the students cumulative gpa

Usage

1
get_cumgpa(student_rcard)

Arguments

student_rcard

A vector containing a student's report card information

Examples

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

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