Learn R Programming

swmmr (version 0.9.1)

read_lid_rpt: Read SWMM's LID Report File

Description

Reads a SWMM's LID Report File and returns a tibble

Usage

read_lid_rpt(x, return_xts = TRUE, ...)

Arguments

x

Name (incl. path) to a LID report file.

return_xts

logical. Sets the return type. If set to TRUE, xts objects are returned, FALSE gives tibbles.

...

optional arguments passed to read_table2

Value

A tibble or xts object

Examples

Run this code
# NOT RUN {
 
# }
# NOT RUN {
tbl_lid_rpt <- read_lid_rpt("lid_rpt.txt")
# }

Run the code above in your browser using DataLab