get_out_content: Get the content of an .out file.

Description Usage Arguments Value Examples

View source: R/read_out.R

Description

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.

Usage

1

Arguments

file

The file to be read.

Value

A list showing the available content.

Examples

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

## End(Not run) 

dleutnant/swmmr documentation built on Feb. 8, 2022, 2:07 a.m.