The RAAB team has provided the analytic scripts on the GitHub repo.
Once you download the scripts, you need some configuration on your desktopn to be able to use them.
First is obviously you need to install R package. You also need to install pandoc [from here]
Then you need certain libraries/packages on your system
- rmarkdown
- here
- readxl
- kableExtra
- RColorBrewer
- tidyverse
- stringr
- treemap
- maditr
install.packages(c('rmarkdown', 'here', 'readxl', 'kableExtra', 'RColorBrewer', 'tidyverse', 'stringr', 'treemap', 'maditr' ))
Code language: JavaScript (javascript)