has_partial | R Documentation |
Test whether a partial_time object is incomplete
has_partial(
x,
...,
components = c("year", "month", "day", "hour", "min", "sec", "secfrac", "tzhour",
"tzmin")
)
x |
a partial_time object to test for incompleteness |
... |
additional arguments unused |
components |
components to include in testing |
A logical vector indicating whether each element of a partial_time
has any missing datetime fields.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.