get_tweets: Grab tweets for a particular user

Description Usage Arguments Value Details Author(s)

Description

Here is where some blurb goes.

Usage

1
get_tweets(user, n.tweets = 300, sleep_time = 10)

Arguments

user

the name of a Twitter user

n.tweets

number of tweets to pull from the user

sleep_time

seconds to sleep inbetween requests

Value

character vector of tweets.

Details

First need to use twitter_setup to get the correct credentials to use the Twitter API. This only needs to be done once for then all called to get_tweets can be used in one session.

Author(s)

David L. Miller


dill/horse documentation built on May 15, 2019, 8:29 a.m.