is_jdate | R Documentation |
is_jdate()
checks whether an object is of class jdate
.
is_jdatetime()
checks whether an object is of class jdatetime
.
is_jdate(x)
is_jdatetime(x)
x |
An object to test. |
TRUE
or FALSE
.
is_jdate(jdate_now() + 1) # TRUE
is_jdatetime(jdatetime_now() + as.difftime(2, units = "hours")) # TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.