Skip to content

A shiny dashboard to explore time series packages from Twitter, Facebook, and Google using Google Trends

Notifications You must be signed in to change notification settings

open-canada/Trendster

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trendster

A shiny dashboard to explore time series packages from Twitter, Facebook, and Google using Google Trends Data. These packages perform anomaly detection, forecasting, and causal impact. To get started type in a search term and click the magnifying glass. The app will download Google Trends data into the app and then you can play around with the three different libraries.

Installation

install.packages("devtools")
devtools::install_github("Jaroken/Trendster")

The 4 main libraries can be installed individually if desired

install.packages("devtools")
devtools::install_github("twitter/AnomalyDetection")
install.packages("gtrendsR")
install.packages("CausalImpact")
install.packages("prophet"")

Gettign started

to launch the app simply put in the following code into R console

Trendster::RunShinyApp()

Then in the text search field in the top left (on the sidebar) you type in the search term you want to explore. Click on the magnifying glass to initialize the search. If no data appears in the Google Trends tabs your search may have been too specific. Your data is loaded once the Google1 tab has generated a table with the trends data. You can then move over to the tabs for the various packages (e.g. Causal Impact).

About

A shiny dashboard to explore time series packages from Twitter, Facebook, and Google using Google Trends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%