View source: R/make_rets_xts.R
make_rets_xts | R Documentation |
Makes an xts of returns from a string of symbols.
make_rets_xts(asset_symbols, n = 430, ret_periodicity = "days")
asset_symbols |
character, a string of asset_symbols |
n |
integer, passed to utils::tail(), Default: 430 |
ret_periodicity |
character, the return periodicity which is passed to |
An xts of asset returns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.