Learn R Programming

calcal (version 1.0.0)

time_of_day: Time of day

Description

Create a time object

Usage

time_of_day(hour = integer(), minute = integer(), second = numeric())

Value

A time_of_day vector object, stored as a vctrs record containing hours, minutes and seconds.

Arguments

hour

A numeric vector of hours

minute

A numeric vector of minutes

second

A numeric vector of seconds