is_weekday | R Documentation |
x
a weekday?This function determines if the input is a weekday object.
is_weekday(x)
x |
An object. |
TRUE
if x
inherits from "clock_weekday"
, otherwise FALSE
.
is_weekday(1)
is_weekday(weekday(1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.