Learn R Programming

swmmr (version 0.9.1)

read_rpt: Read SWMM's .rpt file

Description

Reads a SWMM .rpt file and creates a list with corresponding results sections.

Usage

read_rpt(x, ...)

Arguments

x

Name (incl. path) to an report file.

...

optional arguments passed to read_lines

Value

An object of class rpt

Examples

Run this code
# NOT RUN {
 
# }
# NOT RUN {
list_of_rpt_results <- read_rpt("model.rpt")
# }

Run the code above in your browser using DataLab