Skip to content

Commit

Permalink
Mums.R for generic use
Browse files Browse the repository at this point in the history
  • Loading branch information
dean-breed authored and edwinmp committed Jun 8, 2023
1 parent 8cf3bc8 commit 40a82d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data_updates/R/mums.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ lapply(list.of.packages, require, character.only=T)
# Only works while running with `Rscript` from repo root, use commented below if running manually
# script.dir <- here()
# script.dir = "/src"
script.dir = "C:/git/ddw-analyst-ui"
setwd("C:/git/ddw-analyst-ui/data_updates/R")
# script.dir = "C:/git/ddw-analyst-ui"
# setwd("C:/git/ddw-analyst-ui/data_updates/R")
source(paste0(script.dir,"/data_updates/R/constants.R"))

drv = dbDriver("PostgreSQL")
Expand Down

0 comments on commit 40a82d8

Please sign in to comment.