Download Fremont weir data giving Sacramento river height. see documentation for 1998-2021 Yolo on EDI

get_fre(start = "1940-01-01", end = as.character(Sys.Date()))

Arguments

start

Start date in YYYY-MM-DD

end

End date in YYYY-MM-DD

Value

data.frame of Sacramento river heights

Examples

if (FALSE) { # \dontrun{

fre <- get_fre()

} # }