get_tweets_full: Twitter-data retrieval (full)

Description Usage Arguments Value Examples

Description

This function grabs as much data as it can from Twitter. This is the full version of the function which parses tweets one by one to extract as much info as possible, including hashtags and image links. Column "origins" contains details about where the tweet comes from (i.e. retweet from other users, in chronological order).

Usage

1
get_tweets_full(username, pages = 1)

Arguments

username

The name of the twitter follower you wish to lookup.

pages

The number of tweet pages you want to retrieve. About 20 tweets per page.

Value

Returns a tibble containing tweet-data for the specified used.

Examples

1
get_tweets_full(username = 'hadleywickham', pages = 5)

magnusfurugard/tweetDumpR documentation built on May 12, 2019, 6:16 p.m.