read_enrollment.Rd
Ingest "Enrollment.csv" file and perform ETL prep for "ENROLLMENT" database table
read_enrollment(file)
String, the full path to the .csv file
A data frame, containing the transformed data to be written out to the "ENROLLMENT" database table
if (FALSE) { # \dontrun{ path <- "path/to/Enrollment.csv" read_enrollment( file = path ) } # }