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