PMassicotte / gtrendsR

R functions to perform and display Google Trends queries
352 stars 112 forks source link

Explanation gtrends(keyword = NA, category = 3) #445

Open ilolic opened 1 year ago

ilolic commented 1 year ago

Hi,

I've seen this input and haven't found the explanation. Is this the volume index for the category Arts & Entertainment (id=3)?

gtrends(keyword = NA,
           geo = "US",
           time = "all",
           category = 3)

Thank you very much!