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