Skip to content

Commit

Permalink
libby eg fix + inputs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
swd-turner committed Sep 14, 2021
1 parent 1514f71 commit 16162be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/inputs.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#'
read_reservoir_data <- function(USRDATS_path, dam_id){

read_csv(paste0(USRDATS_path, "/TimeSeries_all/ResOpsUSA_",
read_csv(paste0(USRDATS_path, "/TimeSeries_all/ResOpsUS_",
dam_id, ".csv"),
col_types = cols(date = "D",
storage = "d",
Expand Down
File renamed without changes.

0 comments on commit 16162be

Please sign in to comment.