Skip to content

Commit

Permalink
Update excel_time_to_numeric.R
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Dec 7, 2023
1 parent a1a5c19 commit 44d25b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/excel_time_to_numeric.R
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 44d25b4

Please sign in to comment.