R/fmt.chron.R

Defines functions `fmt.chron`

`fmt.chron` <-
function(x) {
   chron(sub(" .*", "", x), gsub(".* (.*)", "\\1:00", x))
}
ssefick/StreamMetabolism documentation built on May 30, 2019, 8:43 a.m.