powered by
x
This function determines if the input is a naive-time object.
is_naive_time(x)
TRUE if x inherits from "clock_naive_time", otherwise FALSE.
TRUE
"clock_naive_time"
FALSE
[object]
An object.
is_naive_time(1) is_naive_time(as_naive_time(duration_days(1)))
Run the code above in your browser using DataLab