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