faCommonDate: Find common period between xts objects Given a list of xts...

Description Usage Arguments Value Examples

View source: R/fa_utilities.R

Description

Find common period between xts objects Given a list of xts objects, it returns a list of those objects with the longest common period (starting at most recent start, and ending at earliest end)

Usage

1
faCommonDate(rets, freq = "M")

Arguments

rets

List of xts objects

freq

"M" for monthly, "D" for daily

Value

List of xts objects with common dates

Examples

1

rexmacey/fundAnalysis documentation built on Dec. 2, 2019, 5:50 p.m.