freadCSV: Function to Load a CSV data file into a proto Model structure

Description Usage Arguments Examples

View source: R/freadCSV.R

Description

This function attempts to read a CSV data file of Observed data format into a xts object. It uses read.csv and fails if the data does not have a uniform time step

Usage

1
freadCSV(filePath, ...)

Arguments

filePath

Full path to the csv file

...

Other paraemters to be passed to read.csv

Examples

1
2
# Not Run
# ModelBuild()

waternumbers/FloodForT documentation built on Nov. 5, 2019, 12:07 p.m.