check_attendance: check_attendance()

Description Usage Arguments Value Examples

Description

This function takes two files: 1) ProActive attendance upload log (text file), and 2) "[LAYC CA] DCPCSB attendance report" as inputs, and return a list of attendance records that were not processed correctly during the upload.

Usage

1
check_attendance(log = "upload_log.txt", att_file = "attendance_upload.csv")

Arguments

log

character vector: the name of the file containing the upload log from ProActive. Can be a full or relative path to the .txt file.

eto_file

character vector: the name of the file containing attendance data from ETO. Can be a full or relative path to the .csv file.

Value

data frame

Examples

1
check_attendance(log = './data/upload_log.txt', att_file = './data/attendance_upload.csv')

thelayc/layccaSyncCheck documentation built on May 31, 2019, 9:48 a.m.