Skip to content

Commit

Permalink
spatie
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinhassing committed Oct 30, 2024
1 parent e628f34 commit 1cdae20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_diver_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ get_diver_data <- function(date_range = this_year(),
# You can use the driver-agnostic ODBC formatting to make a date if you are working with two different types of ODBC platforms. The format for that is `{d 'YYYY-MM-DD'}`.
time_function <- "d"
date_format <- c("yyyy-mm-dd", "yyyy-mm-dd")
}
}

msg_init("Retrieving initial cBase...", print = info)
if (length(unique(date_range)) > 1) {
Expand Down

0 comments on commit 1cdae20

Please sign in to comment.