extract_past_sales_data: Extract Allhomes past sales data for a single division ID and...

View source: R/get_past_sales_data.R

extract_past_sales_dataR Documentation

Extract Allhomes past sales data for a single division ID and year.

Description

Extract Allhomes past sales data for a division ID and year. The division ID is the ID for a specific division (suburb). This is an internal function that gets called by vectorised get_past_sales_data(). This function is currently exported but this may change in the future.

Usage

extract_past_sales_data(division_id, year, quiet = FALSE)

Arguments

division_id

An integer scalar denoting the Allhomes division ID.

year

An integer scalar denoting the year.

quiet

If TRUE then messages are suppressed. Currently ignored.

Value

A tibble.

Examples


extract_past_sales_data(14743, 2021)


allhomes documentation built on Sept. 9, 2022, 9:06 a.m.