Learn R Programming

tempdisagg (version 1.1.1)

gdp.q: Gross Domestic Product

Description

Qarterly real GDP, not seasonally adjusted, in millions of Swiss Francs (2010 prices).

Arguments

Format

A data.frame.

Examples

Run this code
if (FALSE) {
# 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)
}

Run the code above in your browser using DataLab