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) {