series_merge | R Documentation |
Series merge
series_merge(series_list, dates, asset_data, ref_curr, assets,
currencies = NULL, convert_to_ref = FALSE, ref_per_unit_foreign = FALSE,
invest_assets = NULL)
series_list |
List of xts series. |
dates |
Dates. |
asset_data |
Datafrane with info regarding each asset. |
ref_curr |
Id (iso) of reference currency. |
assets |
Id of assets of interest. |
convert_to_ref |
Indicator to define if series are converted to ref_curr. |
ref_per_unit_foreign |
Indicator if currencies are converted to Base (ref) currency per unit of foreign currency. |
invest_assets |
Investable asset. By default: Index. It can be set to ETF or IA (investable asset). |
currecies |
Id (iso) of currencies of interest. |
xts series.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.