make.xts: Create 'xts' object, faster version of 'xts' fucntion

Description Usage Arguments Value Examples

Description

Create xts object, faster version of xts fucntion

Usage

1
make.xts(x, order.by)

Arguments

x

vector / matrix / data frame

order.by

dates that correspond to rows of x

Value

xts object

Examples

1
2
3
4
## Not run:  
make.xts(1:101,seq(Sys.Date()-100, Sys.Date(), 1))

## End(Not run)

drewgriffith15/griffun documentation built on May 15, 2019, 1:56 p.m.