is_naive_time | 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)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.