Description Usage Arguments Value Examples
Fills missing data in convenient form for Finance
1 | fill_prices(df, fill_missing_init = TRUE, date_col = NULL)
|
df |
data.frame or xts with data to fill |
fill_missing_init |
A boolean indicating whether starting missing values should be copied to first actual value |
Filled data frame
1 | fill_prices(tq_get_wide("SPY,MXN=X"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.