This repository contains the materials for a short workshop entitled "Collecting and Analyzing Social Media Data with R," versions of which I have taught at Georgetown University, European University Institute, Pompeu Fabra University, and University of Southern California. It will next be offered at the University of Cologne on December 2017.
The worskhop website is at http://pablobarbera.com/social-media-workshop/
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")