hopi_get: Get House Price Data

View source: R/06-download.R

hopi_getR Documentation

Get House Price Data

Description

The Housing Observatory Price Index (hopi) captures changes in the value of residential properties with the repeated sales index. Data are available at national and regional levels(nuts1, nuts2, nuts3).

Usage

hopi_get(
  release = last_release(),
  frequency = "monthly",
  classification = "nuts1"
)

Arguments

release

The release to download the data from. The index is begin updated quarterly and is subject to revisions. Defaults at last release.

frequency

The frequency to download the data. Can be annual, quarterly or monthly.

classification

The regional classification to download the data from. Can be one of aggregate, nuts1, nuts2, nuts3.

Value

A tibble with the first column to be Date, and the rest to be house Prices.

Examples


hopi_get(classification = "aggregate", frequency = "quarterly")


lancs-macro/hopi documentation built on April 11, 2024, 12:26 a.m.