gdp.q | R Documentation |
Qarterly real GDP, not seasonally adjusted, in millions of Swiss Francs (2010 prices).
A data.frame
.
State Secretariat for Economic Affairs (SECO).
## Not run:
# recreate the series with latest data
library(tsbox)
library(dplyr)
library(dataseries)
library(imputeTS)
dataseries::ds("ch_seco_gdp.nsa.real.gdp") %>%
ts_default() %>%
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.