Hello friends, I have the code below I used to collect Twitter data from last year but it collected 1 tweet from 2018, 3 tweets from 2016 and 96 tweets from 2015. Can anyone help me with how to fix the error?
NaijaDecide <- get_timelines("NigeriaDecide",
n = 100,
language = 'en',
since = '2019-01-01',
until = '2019-04-30')