powered by
Reads a SWMM .inp file and creates a list with corresponding SWMM sections.
read_inp(x, rm.comment = TRUE, ...)
Name (incl. path) to an input file.
Should lines with comments starting with a ";" be discarded?
optional arguments passed to read_lines.
read_lines
An object of class inp
inp
# NOT RUN { # } # NOT RUN { list_of_inp_sections <- read_inp("model.inp") # }
Run the code above in your browser using DataLab