check_pro_dmg: check_pro_dmg()

Description Usage Arguments Value Examples

Description

This function takes two .csv files: 1) ProActive full report, and 2) "[LAYC CA] Students usi report" as inputs, and return a list of records that are not in sync.

Usage

1
check_pro_dmg(pro_file = "proactive.csv", eto_file = "eto_usi.csv")

Arguments

pro_file

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

eto_file

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

Value

data frame

Examples

1
check_pro_dmg(pro_file = './data/proactive.csv', eto_file = './data/eto.csv')

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