ntwd_get: Download House Price Data from Nationwide

View source: R/get.R

ntwd_getR Documentation

Download House Price Data from Nationwide

Description

This function scrapes Nationwide's House Price Index webpage and downloads data in tidy format. Available datasets are given an 'id'. All available 'id' and short descriptions can be viewed via '?datasets'. For more information the user can browse the source webpage through ntwd_browse.

Usage

ntwd_get(id, verbose = TRUE)

Arguments

id

which 'id'to fetch. See '?ntwd_dataset' for a full list.

verbose

whether to print the url of the data.

Value

Returns a tibble.

Examples


ntwd_get("monthly")

# For a list of datasets
?ntwd_datasets


kvasilopoulos/nationwider documentation built on Oct. 13, 2024, 7:37 p.m.