Install gtrendsR
masterYou can install the stable version of gtrendsR from CRAN, install release candidates from the ghrr drat repository, or install the development version directly from GitHub.
# Install stable version from CRAN
install.packages("gtrendsR")
# Install release candidates via drat
install.packages("drat")
drat:::add("ghrr")
install.packages("gtrendsR")
# Install development version from GitHub
if (!require("devtools")) install.packages("devtools")
devtools::install_github("PMassicotte/gtrendsR")