| as_tod {photobiology} | R Documentation |
Convert date to time-of-day in hours, minutes or seconds
as_tod(x, unit.out = "hours", tz = NULL)
x |
a datetime object accepted by lubridate functions |
unit.out |
character string, One of "datetime", "hour", "minute", or "second". |
tz |
character string indicating time zone to be used in output. |