is.na.partial_time {parttime} | R Documentation |
Check if elements of a partial time vector is NA
Description
Check if elements of a partial time vector is NA
Usage
## S3 method for class 'partial_time'
is.na(x, ...)
Arguments
x |
partial_time vector to test |
... |
additional arguments unused |
Value
A logical vector indicating whether each element in the
partial_time
vector is NA
.
[Package parttime version 0.1.2 Index]