tweets: Tweets scraping with API and function multipleSearchTwitteR

Description Usage Format Source Examples

Description

The dataset is the result of scraping by API of twitter, i add the column searchQuery

Usage

1
data("tweets")

Format

A data frame with 15 observations on the following 17 variables.

text

a character vector

favorited

a logical vector

favoriteCount

a numeric vector

replyToSN

a logical vector

created

a POSIXct

truncated

a logical vector

replyToSID

a logical vector

id

a character vector

replyToUID

a logical vector

statusSource

a character vector

screenName

a character vector

retweetCount

a numeric vector

isRetweet

a logical vector

retweeted

a logical vector

longitude

a logical vector

latitude

a logical vector

searchQuery

a character vector

Source

Twitter API

Examples

1
2
data(tweets)
## maybe str(tweets) ; plot(tweets) ...

nickprock/twitterFUN documentation built on Feb. 24, 2020, 5:23 p.m.