gtrendsR v1.4.1
gtrendsR v1.4.1
-
It is now possible to use DMA (
gtrends(keyword="obama",geo="US-AL-630")
) (#238). -
Added missing country codes (#213).
-
Can now mix both country and sub country codes (
plot(gtrends("pizza", geo = c("CA", "GB-ENG")))
) (#218). -
New parameter
low_search_volume
allowing low search volume regions (#229). -
Fixing breaking changes that were introduced by Google Trends (#252) @kevinmager65.
-
Can now search without keywords (
gtrends(geo = c("CA"), category = 20)
).