R/utils_time.R

Defines functions as_timestamp

as_timestamp <- function(x) {
  as.POSIXct(if_any(length(x) > 0L, x / 1000, NA_real_))
}

Try the crew.aws.batch package in your browser

Any scripts or data that you put into this service are public.

crew.aws.batch documentation built on June 9, 2025, 5:09 p.m.