collecting Tweets with certain words AND certain dates with R

I want to collect tweets that contain certain words but also from certain dates. Can I put that in this code or do I need other codings? For the dates I first want to see if I can find these tweets between 23 and 25 november and then between 26 and 28 November.

Data_Adidas <- search_tweets("((Adidas) AND (BlackFriday OR Black Friday)) OR AdidasBlackFriday",
n = 10000,
type = c("mixed"),
include_rts = TRUE,
geocode = NULL,
since_id = NULL,
max_id = NULL,
parse = TRUE,
token = NULL,
retryonratelimit = NULL,
verbose = TRUE)

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.