gtrends extracting data for each month

Hi All,

I am working with gtrendsR package and working gtrends data. The usual way of getting the data using the gtrends function is as follows:

out <- gtrends(keyword = c("Word5","Word4","Word3","Word2","Word1"),
geo = "NG",
time = "2019-01-01 2021-06-30",
onlyInterest = F,
low_search_volume=T)

I need to get data for each month ( and not the whole time period) so that I can get the popularity of each term, for each region for the month during the time period mentioned above.

I think I need to run a for loop but can't think of how to move ahead.

Help would be appreciated.

Best,

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.