Read a '*_out.txt' file, apply modifications and return a data
frame which should be added to the DB.
Usage
readOutputFile(f, filter = NULL, translate = TRUE, scenID = NULL)
Arguments
- f
File name to read from.
- filter
A data.table expression to filter rows.
- translate
Can be any of c("dates", "measures", "third_dimension") or
simply TRUE (implies all) or FALSE (implies none).
- scenID
Scenario ID to be added.