Skip to contents

Run Epanet On Command Line

Usage

runEpanetOnCommandLine(
  inpfile,
  epanet.exe,
  intern = FALSE,
  write.output = TRUE,
  dbg = FALSE
)

Arguments

inpfile

path to EPANET input file

epanet.exe

path to EPANET executable

intern

a logical, indicates whether to make the output of the command an R object. (default: FALSE)

write.output

if TRUE, EPANET will write a binary output file, else not

dbg

if TRUE, debug messages are shown. Default: FALSE