To make it simple, I manage to retrieve tweet in R using twitteR library. The specific code is:
List <- searchTwitter('searchterm', n=1000)
The problem is my search term aren't really popular because it's a local brand and people in this region using twitter less than before. Most of the tweets are came from 2013 to 2015 while today I can only retrieve 12 tweets within the range of latest week.
Is there anyway for me to retrieve old tweet, at least around 200 latest tweets without considering the date?