get_id: get_id()

Description Usage Arguments Examples

Description

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

Usage

1
get_id(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_id(students_list[[1]])

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