Description Usage Arguments Examples
This function takes a student's report card as input (vector), and extract the students gpas
| 1 | get_gpa(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_gpa(students_list[[1]])
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.