pull_tweets: Pull tweets

Description Usage Arguments Details

View source: R/fct_twitter.R

Description

Pull tweets using the parameters passed by the user.

Usage

1
2
3
4
5
6
7
8
pull_tweets(
  q = "",
  user = "",
  location = "",
  n = 10,
  type = "Recent",
  include_rts = TRUE
)

Arguments

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 q argument, but not user

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.

Details

Users can pull tweets in 1 of 4 ways.


jiwanheo/senTWEETment documentation built on Jan. 20, 2022, 3:20 a.m.