Description Usage Arguments Details Examples
View source: R/TimeSeriesUtility.R
Combine multiple time-series into one data.frame
1 2 3 4 5 6 7 8 9 |
... |
time-series to combine |
freq |
character to represent desired frequency |
trunc_start |
boolean to truncate at latest inception |
trunc_end |
boolean to truncate at earliest ending date |
data_type |
string to specify time-series being combined as returns or prices |
fill_NA |
boolean to fill missing values, FALSE leaves NAs |
input_list |
boolean to specify if returns are being entered in list form |
This workflow is set up to combine returns or prices. If you have
mixed data you'll need to convert to returns or prices before combining. If
you are combining return or price data.frames leave the input_list
parameter set to FALSE
. Otherwise if your return data.frames have
already been combined into a list you can pass the list through ...
, and
set input_list
to TRUE
. The freq
parameter allows you
to change the frequency of all the returns to the specified freq
.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.