Skip to content

Statistical analysis dashboard based on the R programming language and the Shiny framework

Notifications You must be signed in to change notification settings

chillu/property-viewer-shiny-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Statistical analysis dashboard based on the R programming language and the Shiny framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages