R/get_hour_from_timestamp.R

Defines functions get_hour_from_timestamp

Documented in get_hour_from_timestamp

#' Get hour from timestamp
#' @export

get_hour_from_timestamp <-
        function(timestamp_string) {
                format(parse_timestamp(timestamp_string), "%H")
        }
patelm9/timeStampede documentation built on Nov. 5, 2019, 12:12 a.m.