Skip to content

Commit

Permalink
update end_date
Browse files Browse the repository at this point in the history
  • Loading branch information
lizihao-anu committed Dec 4, 2024
1 parent b875530 commit 6cceead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/00-update_refs.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
#'
end_date <- function() {
## UPDATE ##
# Last date in reporting period
# Specify update by indicating end of quarter date
# Q1 June = 30062024
# Q2 September = 30092024
# Q3 December = 31122024
# Q4 March = 31032024
lubridate::dmy(30092024)
lubridate::dmy(31122024)
}


Expand Down

0 comments on commit 6cceead

Please sign in to comment.