Interactive dashboard

The zip-code choropleth dashboard is a Shiny app in this project. Deploy it to shinyapps.io or Posit Connect, then embed or link it here.

Run locally

From R, with the project root as working directory:

shiny::runApp("dashboard")

Deploy

rsconnect::deployApp("dashboard", appName = "fireinsurance")

After deployment, the app will be at https://YOUR_ACCOUNT_NAME.shinyapps.io/fireinsurance/.