Description Usage Arguments Examples
This function takes a student's report card as input (vector), and extract the students first and last name.
1 | get_name(student_rcard, format_type)
|
student_rcard |
A vector containing a student's report card information |
format_type |
character: The report card format. DC report cards come in different formats, this argument specifies the format of the report card. |
1 2 3 4 5 | parsed_pdf <-read_pdf('my_pdf_file.pdf')
students_list <- split_students(parsed_pdf)
get_name(students_list[[1]])
[[1]]
[1] "First name" "Last name"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.