This function determines if the input is a weekday object.
Examples
is_weekday(1)
#> [1] FALSE
is_weekday(weekday(1))
#> [1] TRUE
This function determines if the input is a weekday object.
is_weekday(1)
#> [1] FALSE
is_weekday(weekday(1))
#> [1] TRUE