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