The cdphmd (Collaborative Data Project Housing Market Dashboard) is a dashboard for the housing market in the north of the Netherlands.
To install the cdp.housingDashboard, you need to install the package devtools in R:
install.packages("devtools")
This enables you to run the following:
devtools::install_github("ikbentimkramer/cdphmd")
which installs cdphmd
When you have cdphmd installed, run:
cdphmd::run(woondata = "path/to/woon_survey_data.sav")
where path/to/woon_survey_data.sav
is the path to your local copy of the WoON survey data (2018). This will start the dashboard.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.