intersect.POSIXct: Set intersection between POSIXct

Description Usage Arguments Value Examples

View source: R/xts_utils.R

Description

Set intersection between POSIXct

Usage

1
intersect.POSIXct(first, second)

Arguments

first

a POSIXct vector

second

another POSIXct vector

Value

the intersection between both vectors

Examples

1
2
3
a <- as.POSIXct(sample(1:1000, 4), origin = "1970-01-01")
b <- as.POSIXct(sample(1:1000, 4), origin = "1970-01-01")
intersect.POSIXct(a, b)

jmayalag/OHLCMerge documentation built on April 1, 2021, 3:34 a.m.