vld_time | R Documentation |
Validates that an object is scalar hms::hms object
using
inherits(x, class) && length(x) == 1L && !anyNA(x)
.
vld_time(x)
x |
The object to check. |
A flag indicating whether the condition was met.
chk_time()
vld_time(1)
vld_time(hms::as_hms("10:12:59"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.