RcppXts (version 0.0.4)

RcppXts-package: Interface to the C API of xts

Description

This package helps with an Rcpp-based interface to the API of the xts package.

Usage

xtsIs(x)
  xtsIsOrdered(x, increasing, strictly)
  xtsNaCheck(x, check)
  xtsTry(x)
  xtsRbind(x, y, dup)
  xtsCoredata(x)
  xtsLag(x, k, pad)

Arguments

x

an xts object

y

an xts object

increasing

a boolean switch

strictly

a boolean switch

check

a boolean switch

dup

a boolean switch whether to remove duplicates

k

an integer denoting lag length

pad

a boolean switch whether to pad

Author

Dirk Eddelbuettel

See Also