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