Description Usage Arguments Value Examples
This function opens an .out file and lists all available time series data. Currently, the list is returned 'as is' which might change in future. It belongs to a set of helper functions which aim to simplify the work with .out files. The lifecycle of this function is considered experimental.
1 | get_out_content(file = "")
|
file |
The file to be read. |
A list showing the available content.
1 2 3 4 | ## Not run:
content <- get_out_content("model.out")
## End(Not run)
|
SWMM executable not found.
Warning message:
In get_out_content("model.out") : error reading out file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.