Description Usage Arguments Value Examples
Reads a SWMM's LID Report File and returns a tibble
1 | read_lid_rpt(x, return_xts = TRUE, ...)
|
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 |
A tibble or xts object
1 2 3 4 5 |
## Not run:
tbl_lid_rpt <- read_lid_rpt("lid_rpt.txt")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.