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