Repository to accompany a hackathon at IPDLN conference at Banff, Sep 2018
- ./manipulation/governor.R - governs the stitching and knitting of dynamic reports. Reproduces every report in the project.
./manipulation/0-metador.R
records the definition of available variables, their factor levels, labels, description, as well as additional meta data (e.g. colors, fonts, themes)../manipulation/0-greeter.R
imports the raw data and perform general tweaks.
The product of these two scripts define the foundation of every subsequent analytic report.
ds0 <- readRDS("./data-unshared/derived/0-greeted.rds")
ls_guide <- readRDS("./data-unshared/derived/0-metador.rds")
- `./reports/eda-1/ - prints frequency distributions of all variables.