README.md

GSPtrends

This is an interface to work with Google Trends. It uses the gtrendsR package, but extends functionality a bit. Users are allowed to search for up to 13 brands (Google Trends limit is 5), tables and graphs are returned with raw data, share of search data, and change in search (z-scored).

Functionality is through a Shiny App that comes with the package. Follow directions to use within the app.

Installation

You can install the development version of GSPtrends from GitHub with:

# install.packages("devtools")
devtools::install_github("taylorgrant/GSPtrends")

To run the Shiny app:

This is a basic example which shows you how to solve a common problem:

library(GSPtrends)
runApp()


taylorgrant/GSPtrends documentation built on Sept. 14, 2024, 5:43 p.m.