includes.partial_time {parttime} | R Documentation |
Determine whether a partial time contains an object
Description
Determine whether a partial time contains an object
Usage
## S3 method for class 'partial_time'
includes(e1, e2)
Arguments
e1 |
object to test whether includes |
e2 |
object to test whether included in |
Value
A logical vector indicating whether e1
includes e2
[Package parttime version 0.1.2 Index]