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