Skip to content

Commit

Permalink
Update use1_demand_data.R
Browse files Browse the repository at this point in the history
  • Loading branch information
minhajuddin2510 committed Sep 7, 2023
1 parent 7adc01e commit a30db4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boerne-water-supply/rcode/use1_demand_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ ma <- function(x,n=7){stats::filter(x,rep(1/n,n), sides=1)}
#
#####################################################################################################################################################################
gs4_deauth() # De-authenticate any existing session
gs4_auth(cache = "/github/workspace/gargle-oauth")
gs4_auth(cache = "boerne-water-supply/gargle-oauth")
2
demand_data <- read_sheet("https://docs.google.com/spreadsheets/d/1BKb9Q6UFEBNsGrLZhjdq2kKX5t1GqPFCWF553afUKUg/edit#gid=2030520898", sheet = 1, range = "A229:H", col_names = FALSE,col_types = "Dnnnnnnn")
demand_by_source <- demand_data[, c("...1", "...2", "...3", "...6", "...7", "...8")]
Expand Down

0 comments on commit a30db4c

Please sign in to comment.