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

https://github.com/mkearney/nicar_tworkshop

Slides for #NICAR18 workshop on collecting and analyzing Twitter data
https://github.com/mkearney/nicar_tworkshop

nicar-2017 nicar18 presentation r-language rtweet slides twitter-api twitter-data

Last synced: 11 months ago
JSON representation

Slides for #NICAR18 workshop on collecting and analyzing Twitter data

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```

## nicar_tworkshop

Repository for the hands-on \#NICAR18 session, *R: Collecting and Analyzing Twitter Data*

## Resources

See the [live slides here](https://mkearney.github.io/nicar_tworkshop).

View and download the [companion R script file here](https://github.com/mkearney/nicar_tworkshop/blob/master/script.R).

### Clone this repo

```{sh, eval=FALSE}
$ git clone git@github.com:mkearney/nicar_tworkshop.git
$ cd nicar_tworkshop
$ open -a rstudio -n nicar_tworkshop.Rproj
```