We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980b1d8 commit 3022ca9Copy full SHA for 3022ca9
R/align_dates.R
@@ -15,17 +15,17 @@
15
#' 5. Updates the `date_time` column in the input dataframe if a mismatch is found and a valid correction is possible.
16
#' 6. Returns the updated dataframe with corrected date-time values.
17
#'
18
-#' @import bleutils
19
-#' @import lubridate
20
-#' @import dplyr
+#' @import bleutils,
+# lubridate,
+#' dplyr
21
22
#' @examples
23
#' # Assuming 'df' is a dataframe with a 'station' and 'date_time' column
24
#' aligned_df <- align_dates(df)
25
26
#' @export
27
align_dates <- function(df) {
28
- library(bleutils)
+
29
30
# Internal function to check data matches
31
check_data_matches <- function(input_data, official_record) {
0 commit comments