read_qin_file: Read "qin"-File

View source: R/storm_files.R

read_qin_fileR Documentation

Read "qin"-File

Description

Read data, extract starttime, timestep, manhole IDs and runoff data

Usage

read_qin_file(infile, columnWidth = 8, n = -1, headerSize = 528, dbg = TRUE)

Arguments

infile

full path to input file.

columnWidth

width of the data columns. It is assumed that all data columns have the same width!

n

number of (data) rows to read. Set to -1 if all rows are to be read. Default: -1

headerSize

number of header rows preceeding the data rows in infile

dbg

if TRUE, debug messages are shown, else not


KWB-R/kwb.read documentation built on Oct. 2, 2023, 10:40 a.m.