Description Usage Arguments Details
Pull tweets using the parameters passed by the user.
1 2 3 4 5 6 7 8 | pull_tweets(
q = "",
user = "",
location = "",
n = 10,
type = "Recent",
include_rts = TRUE
)
|
q |
Search text, or hashtag. |
user |
If provided, the user's timeline will be pulled |
location |
If provided on its own, tweets from the area will be pulled.
It can be used with |
n |
Number of tweets to pull. This number is not guaranteed |
type |
Methods to order tweets by |
include_rts |
Whether or not to include retweets. |
Users can pull tweets in 1 of 4 ways.
q: Just using search word
user: Just using user name
location: Just using location
q + location: Quering search word, from a location
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.