View source: R/get_past_sales_data.R
extract_past_sales_data | R Documentation |
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.
extract_past_sales_data(division_id, year, quiet = FALSE)
division_id |
An |
year |
An |
quiet |
If |
A tibble
.
extract_past_sales_data(14743, 2021)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.