From 44d25b4919f52ac0b4e073be18ac51a8c52fa47b Mon Sep 17 00:00:00 2001 From: olivroy <52606734+olivroy@users.noreply.github.com> Date: Thu, 7 Dec 2023 08:54:07 -0500 Subject: [PATCH] Update excel_time_to_numeric.R --- R/excel_time_to_numeric.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/excel_time_to_numeric.R b/R/excel_time_to_numeric.R index d6366bde..a25ce6d9 100644 --- a/R/excel_time_to_numeric.R +++ b/R/excel_time_to_numeric.R @@ -19,7 +19,7 @@ #' @param round_seconds Should the output number of seconds be rounded to an #' integer? #' @return A vector of numbers >= 0 and <86400 -#' @family Date-time cleaning +#' @family date-time cleaning #' @seealso `\link{excel_numeric_to_date}` #' @export excel_time_to_numeric <- function(time_value, round_seconds = TRUE) {