ff <- system.file("extdata","ReservoirStages.csv", package="RavenR")
# set initial conditions at 40% capacity, view file
tf <- file.path(tempdir(), "modelname.rvc")
rvn_rvc_res(ff, initial_percent=0.4, output=tf)
readLines(tf)
Run the code above in your browser using DataLab