write_inp: Write SWMM's .inp file

Description Usage Arguments Examples

View source: R/write_inp.R

Description

Writes an inp object to disk which can be read and run by SWMM.

Usage

1

Arguments

x

An object of class 'inp', created by read_inp.

file

either a character string naming a file or a connection open for writing. "" indicates output to the console.

Examples

1
2
3
4
5
 
## Not run: 
  write_inp(inp, "~/model.inp")

## End(Not run) 

swmmr documentation built on March 2, 2020, 5:09 p.m.