This repo is has some data, scripts and other materials supporting the tutorial given at the satRday conference in Budapest, 3 September 2016.
Available on slideshare
To run the scripts, install the packages with the script below (you need Rtools if you're not on a Unix-like OS).
## CRAN packages:
install.packages(c("deductive","drat","stringdist","stringr","validate","VIM"))
## pkgs not on CRAN yet:
drat::addRepo("markvanderloo")
install.packages("simputation", type="source")
drat::addRepo("data-cleaning")
install.packages("errorlocate", type="source")