is.na.timespan: Check if elements of a partial time vector is NA

View source: R/class_timespan_is.R

is.na.timespanR 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 'timespan'
is.na(x, ...)

Arguments

x

partial_time vector to test

...

additional arguments unused

Value

A logical vector indicating whether each element in the partial_timespan vector is NA.


parttime documentation built on May 29, 2024, 6:25 a.m.