This repository contains the materials for a 5-day course entitled "Automated Collection of Web and Social Data," taught at the ECPR Summer School in Methods in July-August 2018.
The worskhop website is at http://pablobarbera.com/ECPR-SC105/
This website is built with Rmarkdown.
The layout for this website was designed by Jeffrey Arnold (thanks!).
To build the site,
> source("build.R")
To serve the site locally and rebuild it dynamically with changes, run:
> source("serve.R")