powered by
Reads a SWMM's LID Report File and returns a tibble
read_lid_rpt(x, return_xts = TRUE, ...)
Name (incl. path) to a LID report file.
logical. Sets the return type. If set to TRUE, xts objects are returned, FALSE gives tibbles.
optional arguments passed to read_table2
read_table2
A tibble or xts object
# NOT RUN { # } # NOT RUN { tbl_lid_rpt <- read_lid_rpt("lid_rpt.txt") # }
Run the code above in your browser using DataLab