read_prms_output: Read a PRMS csv output file

Description Usage Arguments Value References

View source: R/read_prms_output.R

Description

read_prms_output reads a PRMS output file in 'comma separated value' format (.csv) and returns it as a data frame

Usage

1
read_prms_output(path = paste0(getwd(), "output.csv"), as_date = T)

Arguments

path

path to the csv file

as_date

logical, indicating if the first column holding the simulation date should be of class Date

Value

a data frame

References

Markstrom, S.L., Regan, R.S., Hay, L.E., Viger, R.J., Webb, R.M.T., Payn, R.A., and LaFontaine, J.H., 2015, PRMS-IV, the precipitation-runoff modeling system, version 4: U.S. Geological Survey Techniques and Methods, book 6, chap. B7, 158 p., https://dx.doi.org/10.3133/tm6B7, https://pubs.usgs.gov/tm/6b7/pdf/tm6-b7.pdf


cneyens/prms documentation built on May 19, 2019, 1:42 a.m.