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