Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pablobarbera/social-media-workshop

Workshop: Collecting and Analyzing Social Media Data with R
https://github.com/pablobarbera/social-media-workshop

Last synced: about 1 month ago
JSON representation

Workshop: Collecting and Analyzing Social Media Data with R

Awesome Lists containing this project

README

        

# 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](http://rmarkdown.rstudio.com/rmarkdown_websites.html#overview).

The layout for this website was designed by [Jeffrey Arnold](http://www.jrnold.me/) (thanks!).

## Usage

To build the site,
```rconsole
> source("build.R")
```

To serve the site locally and rebuild it dynamically with changes, run:
```rconsole
> source("serve.R")
```