googletrend-package: download google trend data to your R session

Description Details Author(s) Examples

Description

RgoogleTrends package was discontinued due to the change of new google API. R user needs another way to quickly download googl trend data for analysis.. Here is the solution.

Details

Package: googletrend
Type: Package
Version: 1.0
Date: 2014-10-10
License: GPL

You must have gmail account to use it.

Author(s)

chris okugami Maintainer: <chris.okugami@csiro.au>

Examples

1
2
3
4
5
6
7
8
9
library(googletrend)

#specify the location of your default browser download directory path 
setdownloadir('C:/User/XXX/Downloads') # replace with your own path! 

TWITTER<-gettrend('twitter') 

# see more detail of complex google trend query at ?gettrend 
 

okugami79/googletrend documentation built on May 24, 2019, 12:51 p.m.