Description Usage Arguments Details Value Author(s) See Also Examples
Deletes rows that not all Symbols have in common
1 | alignSymbols(Symbols, env = .GlobalEnv)
|
Symbols |
character vector of symbol names which correspond to xts objects |
env |
The environment that holds the xts objects |
alignSymbols will get Symbols from the specified
environment (.GlobalEnv by default), merge them together,
and delete all rows that have any NAs. Then it will
‘unmerge’ and assign the cleaned data back to the
xts objects named by Symbols
.
used for its side effect.
Garrett See
gsa
, PF
, merge, merge.xts,
cbind, cbind.xts, assign
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.