Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennit07 committed Nov 20, 2024
1 parent 93f71be commit 75391f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/00-update_refs.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#' End date
#'
#' @return Get the end date of the latest update period
#' @export End date as dmy
#' @export
#'
end_date <- function() {
## UPDATE ##
Expand Down Expand Up @@ -175,7 +175,6 @@ fy <- function() {
#' @return qtr in format "Q1"
#' @export
#'
#' @examples
qtr <- function() {
# Latest Quarter
qtr <- lubridate::quarter(end_date(), fiscal_start = 4)
Expand Down

0 comments on commit 75391f5

Please sign in to comment.