gtrend is a package that wraps the functionlity of the GTrendsR package into convenient wrappers that grab and format trend data from Google.
To download the development version of gtrend:
Download the zip ball or tar ball, decompress and run R CMD INSTALL
on it, or use the devtools package to install the development version:
if (!require("pacman")) install.packages("pacman")
p_load_gh(
"dvanclev/GTrendsR",
"trinker/gtrend"
)
You are welcome to:
- submit suggestions and bug-reports at: https://github.com/trinker/gtrend/issues
- send a pull request on: https://github.com/trinker/gtrend/
- compose a friendly e-mail to: tyler.rinker@gmail.com