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