read_lid_rpt: Read SWMM's LID Report File

Description Usage Arguments Value Examples

View source: R/read_lid_rpt.R

Description

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

Usage

1
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

1
2
3
4
5
 
## Not run: 
tbl_lid_rpt <- read_lid_rpt("lid_rpt.txt")

## End(Not run) 

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