ntwd_get: Download House Price Data from Nationwide

Description Usage Arguments Value Examples

View source: R/get.R

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

1
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

1
2
3
4
5
6
ntwd_get("monthly")

ntwd_get("terraced")

# For a list of datasets
?ntwd_datasets

nationwider documentation built on April 14, 2020, 5:12 p.m.