Description Usage Arguments Examples
This function takes a student's report card as input (vector), and extract the students cumulative gpa
1  | get_cumgpa(student_rcard)
 | 
student_rcard | 
 A vector containing a student's report card information  | 
1 2 3  | parsed_pdf <-read_pdf('my_pdf_file.pdf')
students_list <- split_students(parsed_pdf)
get_cumgpa(students_list[[1]])
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.