powered by
ENclose closes the EPANET Toolkit system (including all files being processed).
ENclose
ENclose()
Returns NULL invisibly; called for the side effect of closing EPANET.
ENopen
# path to Net1.inp example file included with this package inp <- file.path( find.package("epanet2toolkit"), "extdata","Net1.inp") ENopen( inp, "Net1.rpt") ENclose()
Run the code above in your browser using DataLab