Learn R Programming

swmmr (version 0.9.1)

get_out_content: Get the content of an .out file.

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

get_out_content(file = "")

Arguments

file

The file to be read.

Value

A list showing the available content.

Examples

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

Run the code above in your browser using DataLab