Downloads all available dayflow data and Fremont weir data, and calculates the number of inundation days and whether inundation is present. Returns a data frame of daily data from 1984-present.

calc_inundation()

Value

data.frame of dayflow data

Examples

if (FALSE) { # \dontrun{

inun <- calc_inundation()

} # }