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