Skip to content

pablobarbera/social-media-workshop

Repository files navigation

Workshop: Collecting and Analyzing Social Media Data with R

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, University of Southern California, and University of Cologne. It will next be offered at the London School of Economics on January 2018.

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!).

Usage

To build the site,

> source("build.R")

To serve the site locally and rebuild it dynamically with changes, run:

> source("serve.R")