Description Usage Arguments Value Examples
This function opens an .out file and extract the swmm version the file was generated with. 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_version(file = "")
|
file |
The file to be read. |
A vector of type integer
1 2 3 4 | ## Not run:
version <- get_out_version("model.out")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.