Skip to content

gtrendsR v1.4.1

Compare
Choose a tag to compare
@PMassicotte PMassicotte released this 26 Feb 19:57
· 207 commits to master since this release

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)).