dshkol / cmhc

Wrapper for hack into CMHC data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmhc

Wrapper for hack into CMHC data

To discover table parameters, open CMHC data portal and set breakpoint on line 74 of asset TableMapChart.js. Then "export" table, type and inspect variable "model" in the console to read off the parameters.

##Usage

devtools::install_github("mountainmath/cmhc")
library(cmhc)
get_cmhc(...)

Example

Check out the vignette plotting vacancy rate against fixed sample rent increases to see how this can be used.

Vacancy rate

Or we can fold in census geographies (and census data) to map the current units under construction.

Under Construction

And since there is a lot of interest in development around the Annex neighbourhood, we can zoom in real quick and overlay the neighbourhood boundary.

Annex

About

Wrapper for hack into CMHC data

License:MIT License


Languages

Language:R 100.0%