Description Usage Arguments Value Examples
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.
1 | check_pro_dmg(pro_file = "proactive.csv", eto_file = "eto_usi.csv")
|
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. |
data frame
1 | check_pro_dmg(pro_file = './data/proactive.csv', eto_file = './data/eto.csv')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.