Skip to content

Commit

Permalink
Rename env variable for nomis
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury committed Jan 19, 2024
1 parent e332db5 commit c591f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/data_prep/raw_to_prepared.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ library(readxl)
folderIn <- "Data/dl/"
folderOut <- "Data/prepData/"
sig_figs = 6
APIKey <- Sys.getenv("API_KEY")
APIKey <- Sys.getenv("NOMIS_API_KEY")
dir.create("Data/prepData/")
options(timeout=600, error = traceback)

Expand Down
2 changes: 1 addition & 1 deletion scripts/data_prep/raw_to_prepared_Workplaces.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ library(stringr)

folderIn <- "Data/dl/"
folderOut <- "Data/prepData/"
APIKey <- Sys.getenv("API_KEY")
APIKey <- Sys.getenv("NOMIS_API_KEY")

set.seed(14101066)

Expand Down

0 comments on commit c591f47

Please sign in to comment.