Skip to content
/ GTT Public

R package with functions for analysing Google Trends search traffic information.

Notifications You must be signed in to change notification settings

mamut86/GTT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lifecycle

GTT (Google Trends Tools)

The R package GTT includes functions for additional Google Trends handling.

Currently the following functions are available:

  1. kgraph is a function which obtains Google Knowledge Graph entities. These entities can be used for performing a topic search in Google Trends. The difference between topic and keyword based search is described here. Note that it is advised to use your Google API key for large queries (see here how-to).

Planned extensions include

  1. Function which will combine Goolge Trends time series for covering long time periods at high frequency;
  2. Scaling function to normalise Google Trends series.

Installation

For installation from github use the following R code by using devtools:

if (!require("devtools")){install.packages("devtools")}
devtools::install_github("mamut86/GTT")

About

R package with functions for analysing Google Trends search traffic information.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages