Description Usage Arguments Value Examples
Get Dataframe from resource
1 2 3 4 5 6 7 8 9 | getTweets(
.data,
withUsers = TRUE,
withRetweeted = TRUE,
withMedia = TRUE,
withPlaces = TRUE,
tz = "UTC",
...
)
|
.data |
Resource, retrieved by |
withUsers |
(Logical) if true, add information about author and the authors of referred tweets. |
withRetweeted |
(Logical) if true, add information about the retweeted or cited tweet. |
withMedia |
(Logical) if true, add information about media included within the tweet. |
withPlaces |
(Logical) if true, add geo-information included within the tweet. |
tz |
Format dates with time zone |
... |
Any other option passed to helper functions like |
A Data Frame with Tweet data from Resource
1 2 3 | data(cducsuTweets)
tweets <- getTweets(cducsuTweets)
head(tweets)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.