Closed hadley closed 7 years ago
e.g.
round_time <- function(x, sec) { hms::hms(as.numeric(x) %/% sec * sec) }
Added round_hms() and trunc_hms().
round_hms()
trunc_hms()
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.
e.g.