Skip to content

Commit

Permalink
Merge pull request #57 from Public-Health-Scotland/May_24_rp_edits
Browse files Browse the repository at this point in the history
Updating publication dates up to December 2023 for May 24 publication.
  • Loading branch information
JohnPercivalPHS authored May 13, 2024
2 parents 1366f36 + d2ed824 commit 3d95d7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Data-Explorer/global.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ library(shinyWidgets) # v. 0.6.2
library(shinymanager) # v. 1.0.410

## Update each quarter
data_up_to <- "30-september-2023"
data_up_to <- "31-december-2023"

# 1.2 - Define filepath
# Note that this is the same folder as is specified in the data_preparation
Expand Down
2 changes: 1 addition & 1 deletion data_preparation.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ library(janitor)
# 1.3 - Define filepaths - update pub_date each quarter.
base_filepath <- "../../data/output/"
rds_filepath <- "Data-Explorer/data/"
pub_date <- ("-to-September-2023")
pub_date <- ("-to-December-2023")

# Create data folder
dir.create(rds_filepath, showWarnings = FALSE)
Expand Down

0 comments on commit 3d95d7f

Please sign in to comment.