I am trying to get the tweets of a particular user on a specified period.
#Extract tweets from Donald Trump Timeline
dt_tweets = userTimeline("realDonaldTrump", n = 320, sinceID = "2016-11-09",
maxID = "2019-01-28", includeRts = FALSE)
I got a list with 0 tweets. I didn't get any error. I am looking for 320 tweets of the user on the particular time period.