Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pablobarbera/social-media-workshop
- Owner: pablobarbera
- Created: 2015-01-31T21:20:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-23T22:49:25.000Z (over 5 years ago)
- Last Synced: 2024-11-11T00:37:01.117Z (about 2 months ago)
- Language: HTML
- Homepage: http://pablobarbera.com/social-media-workshop/
- Size: 60.9 MB
- Stars: 103
- Watchers: 17
- Forks: 68
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")
```