R/as_duration.R

#' Safe Version of as.duration
#'
#' @description a version of lubridate::as.duration that returns NA on errors instead of throwing an error
#'
#' @export

as_duration <- purrr::possibly(lubridate::as.duration, otherwise = NA)
crazybilly/rmapcounties documentation built on Jan. 4, 2024, 6:32 a.m.