Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.07 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.07 KB

Property Trends Analysis Dashboard

Make data-driven decisions, particularly for the likely largest purchase of your life! This dashboard is built on Shiny and the R programming language (a proud New Zealand invention!).

Note: Uses anonymised and outdated sample data, please don't base any decisions on this without getting your own data set.

Features

  • Interactive map with dot size mapped to sales price, and dot colour mapped to "% over RV"
  • Filter by neighbourhood
  • Filter by property attributes like floor space or RV
  • Browse tabular data for max. detail
  • Plot sales trends over time (e.g. shifts in "% over RV")

Installation

install.packages("shiny")
install.packages("tidyverse")
install.packages("leaflet")
install.packages("scales")
install.packages("geosphere")
install.packages("ggmap")

Run

R -e "shiny::runApp('.')"

Screenshots

Main Analysis Map Data