Skip to content
View mjhendrickson's full-sized avatar
Block or Report

Block or report mjhendrickson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Web-Scraping-with-R Web-Scraping-with-R Public

    Intro to web scraping Amazon R textbooks with R & rvest.

    HTML 5 3

  2. rtweet-sentiment-analysis rtweet-sentiment-analysis Public

    Sentiment Analysis of Tweets via rtweet

    HTML 1

  3. rtweet-Exploration rtweet-Exploration Public

    rtweet analysis

    HTML 2 1

  4. Exploration of rtweet Exploration of rtweet
    1
    # ----- Load libraries -----
    2
    library("rtweet")
    3
    library("devtools")
    4
    library("tidyverse")
    5
    library("gridExtra")
  5. Learning-R Learning-R Public

    Project for learning R

    R 18 3

  6. DC_Trends_via_rtweet.R DC_Trends_via_rtweet.R
    1
    library("rtweet")    # Load rtweet
    2
    library("httpuv")    # Authenticate without Twitter Developer account
    3
    library("tidyverse") # Load tidyverse for ggplot and magrittr
    4
    library("scales")    # Customize axes
    5