Learn R Programming

epanet2toolkit (version 1.0.8)

ENclose: Close down the EPANET Toolkit system.

Description

ENclose closes the EPANET Toolkit system (including all files being processed).

Usage

ENclose()

Arguments

Value

Returns NULL invisibly; called for the side effect of closing EPANET.

See Also

ENopen

Examples

Run this code
# 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