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) 

Example output

SWMM executable not found.
Warning message:
In get_out_content("model.out") : error reading out file

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