Description Usage Arguments Details Examples
This function runs a swmm inp file. If rpt and out files are not specified files are automatically created in the same directory of the inp file.
1 |
inp |
Name and path to an input file. |
rpt |
Name and path to a report file. |
out |
Name and path to an out file. |
exec |
Name and path to swmm5 executable. If not manually set, the following paths are looked up when package gets loaded: windows: "C:/Program Files (x86)/EPA SWMM 5.X.XXX/swmm5.exe" not windows: "/usr/local/bin/swmm5" , "/usr/bin/swmm5" |
stdout |
where output to ‘stdout’ or
‘stderr’ should be sent. Possible values are |
wait |
a logical (not |
The path to a swmm5 executable is read by calling 'getOption("swmmr.exec")'.
1 2 3 4 5 |
## Not run:
result <- run_swmm("model.inp")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.