From 1cdae20da73d2e907ca07af090a2af5a3f95a61a Mon Sep 17 00:00:00 2001 From: Erwin Hassing Date: Wed, 30 Oct 2024 14:07:05 +0100 Subject: [PATCH] spatie --- R/get_diver_data.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/get_diver_data.R b/R/get_diver_data.R index 17124b3..bc9cb70 100644 --- a/R/get_diver_data.R +++ b/R/get_diver_data.R @@ -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) {