# create full file path
ff <- system.file("extdata","ReservoirStages.csv", package="RavenR")
# read in the Reservoir file with the generic call
myres <- rvn_csv_read(ff)
# view contents
head(myres)
Run the code above in your browser using DataLab