Skip to contents

Return time of day from clock time hms

Usage

time_from_clock(hms)

Arguments

hms

The time vector.

Value

The numerical representation of the clock time.

Examples

if (FALSE) {
time_from_clock(c(11, 12, 13))
}