reads an EPANET report file and returns a list with node and link data
Usage
readResultsFromReportFile(reportFile, warn = TRUE)
Arguments
- reportFile
full path to report file, generated by EPANET
- warn
if TRUE, a warning is given if no Node or Link results were found
in the report file.
Value
list with elements nodeData containing a data frame with node
results and linkData containing a data frame with link results