| time_of_day | R Documentation |
Create a time object
time_of_day(hour = integer(), minute = integer(), second = numeric())
hour |
A numeric vector of hours |
minute |
A numeric vector of minutes |
second |
A numeric vector of seconds |
A time_of_day vector object, stored as a vctrs record containing hours, minutes and seconds.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.