Learn R Programming

photobiology (version 0.9.13)

as_tod: Convert date to time-of-day in hours, minutes or seconds

Description

Convert date to time-of-day in hours, minutes or seconds

Usage

as_tod(x, unit.out = "hours", tz = NULL)

Arguments

x
a datetime object accepted by lubridate functions
unit.out
charater string, One of "datetime", "hour", "minute", or "second".
tz
character string indicating time zone to be used in output.