Learn R Programming

swmmr (version 0.9.1)

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

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

get_out_version(file = "")

Arguments

file

The file to be read.

Value

A vector of type integer

Examples

Run this code
# NOT RUN {
version <- get_out_version("model.out")
# }

Run the code above in your browser using DataLab