read_swmm_dat: Read time series data from SWMM

Description Usage Arguments Value See Also

Description

Reads the .csv structured time series data output generated by the stormwater management model 'SWMM' and creates an xts-object. For reading the binary output please check the swmmr-package (https://github.com/dleutnant/swmmr).

Usage

1
2
3
read_swmm_dat(file, header = FALSE, sep = "", dec = ".", skip = 1,
  stringsAsFactors = F, fileEncoding = "UTF-8",
  format = "%m/%d/%Y %H:%M", tz = "GMT", verbose = FALSE)

Arguments

file

The file to be read

header

s. read.table

sep

s. read.table

dec

s. read.table

skip

s. read.table

stringsAsFactors

s. read.table

fileEncoding

s. read.table

format

s. read.table

tz

Sets the time zone.

verbose

logical. Provide additional details?

Value

An xts-object.

See Also

xts.


dleutnant/tsconvert documentation built on May 15, 2019, 9:17 a.m.