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
- Host: GitHub
- URL: https://github.com/mkearney/nicar_tworkshop
- Owner: mkearney
- Created: 2018-03-10T08:01:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-10T17:38:51.000Z (over 8 years ago)
- Last Synced: 2025-04-12T10:55:46.509Z (about 1 year ago)
- Topics: nicar-2017, nicar18, presentation, r-language, rtweet, slides, twitter-api, twitter-data
- Language: R
- Homepage: https://mkearney.github.io/nicar_tworkshop
- Size: 6.84 MB
- Stars: 22
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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
```