Data nerd stumbling through learning R and Python.
-
Boston Scientific
- Boston, MA
- https://about.me/matthew.j.hendrickson
- @mjhendrickson
Block or Report
Block or report mjhendrickson
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
-
1
# ----- Load libraries -----
2library("rtweet")
3library("devtools")
4library("tidyverse")
5library("gridExtra")
-
-
1
library("rtweet") # Load rtweet
2library("httpuv") # Authenticate without Twitter Developer account
3library("tidyverse") # Load tidyverse for ggplot and magrittr
4library("scales") # Customize axes
5