Hi all,
This is my code which filters tweets depends upon Sys.Date().
Problem in this code, after time passes 23:59 that is, new day stars. There will be no tweet or very limited tweets sended by people. So, filter does not give substantial result. My R shiny dashboard does not work.
Is it possible to run this code for example after 12:00? any suggestion?
Thank you all
tweetsday1<- tweetsday %>% dplyr::filter(tweetsday$date==(Sys.Date()))