README.md

twihttr

This package is a thin wrapper of httr to use Twitter API. Note that you can use twitteR package or rtweet if you need some ready-to-use package.

Installation

You can install twihttr from github with:

# install.packages("devtools")
devtools::install_github("yutannihilation/twihttr")

Example

library(twihttr)

twtr_search_tweets(q = "#TokyoR")


yutannihilation/twihttr documentation built on May 4, 2019, 7:46 p.m.