Description Details Author(s) Examples
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.
| Package: | googletrend |
| Type: | Package |
| Version: | 1.0 |
| Date: | 2014-10-10 |
| License: | GPL |
You must have gmail account to use it.
chris okugami Maintainer: <chris.okugami@csiro.au>
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.