get_date: get_date()

Description Usage Arguments Examples

Description

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

Usage

1
get_date(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_date(students_list[[1]])

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