faAlignXTS: Align date indices of two xts objects

Description Usage Arguments Value Examples

View source: R/fa_utilities.R

Description

Align date indices of two xts objects

Usage

1
faAlignXTS(xts1, xts2, s = NULL, e = NULL, n = NULL)

Arguments

xts1

First xts object

xts2

Second xts object

s

Start date

e

End date

n

Number of periods

Value

List with two xts objects with the same indices

Examples

1
faAlignXTS(xts1, xts2)

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