get_out_version: Get the swmm version the .out file was generated with

Description Usage Arguments Value Examples

View source: R/read_out.R

Description

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.

Usage

1

Arguments

file

The file to be read.

Value

A vector of type integer

Examples

1
2
3
4
## Not run: 
version <- get_out_version("model.out")

## End(Not run) 

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