intersect.all {fts}R Documentation

find date intersection among multiple fts objects

Description

find date intersection

Usage

intersect.all(...)

Arguments

...

Fts objects

Value

a vector of dates

Author(s)

Whit Armstrong

Examples

x <- fts()
y <- fts()
y <- y[1:10,]

intersect.all(x,y)

[Package fts version 0.7.7 Index]