Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aylapear committed Nov 8, 2023
1 parent d10fb20 commit b351535
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/excel_to_date_time.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
#' dtt_excel_to_date_time(c(1000.1145, 43397.84578))
#' dtt_excel_to_date_time(45324.1234, tz = "UTC")
#' dtt_excel_to_date_time(42370.1234, modern = FALSE)
dtt_excel_to_date_time <- function(x, tz = dtt_default_tz(), modern = TRUE, ...) {
dtt_excel_to_date_time <- function(x, tz = dtt_default_tz(),
modern = TRUE, ...) {
chk::chk_unused(...)
chk::chk_flag(modern)
chk::chk_numeric(x)
Expand Down

0 comments on commit b351535

Please sign in to comment.