R/check_metadata.R
check_metadata.Rd
This function takes the metadata submitted by a student (Name, ID, Password) and checks it against information in the grade tracking list to ensure that student is present and the submitted information valid
check_metadata(metadata, studentlist)
list containing elements StudentID and Password
Data frame containing the student list
An error message if user input is not valid otherwise NULL