| is_sys_time {clock} | R Documentation |
x a sys-time?This function determines if the input is a sys-time object.
is_sys_time(x)
x |
An object. |
TRUE if x inherits from "clock_sys_time", otherwise FALSE.
is_sys_time(1) is_sys_time(as_sys_time(duration_days(1)))