spi.d | R Documentation |
Daily values of stock market index.
A data.frame
.
Swiss National Bank (SNB)
## Not run:
# recreate the series with latest data
library(tsbox)
library(dplyr)
library(dataseries)
library(imputeTS)
dataseries::ds("ch_snb_capchstocki.gdr") %>%
ts_default() %>%
ts_regular() %>%
imputeTS::na_interpolation(option = "spline") %>%
ts_span(start = 2005)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.