ENclose | R Documentation |
ENclose
closes the EPANET Toolkit system (including all files being processed).
ENclose()
Returns NULL invisibly; called for the side effect of closing EPANET.
ENclose
must be called when all processing has been completed, even if an error
condition was encountered.
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.