Description Usage Arguments Value Examples
Union los xts y retorna un xts con indices unicos
1 | combine_xts(first, second, verbose = FALSE, update = FALSE)
|
first |
un xts |
second |
otro xts |
verbose |
muestra indices duplicados |
update |
actualizar con el segundo xts. Si es FALSE, se mantiene el primer xts. |
Ambos xts combinados
1 2 3 4 5 6 | require(xts)
data(sample_matrix)
x <- as.xts(sample_matrix)
a <- head(x)
b <- tail(x)
combine_xts(a, b)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.