A Shiny app based on the tidyquant package to visualize and bring financial analysis from Euronext stocks to Shiny.
Under Development
To see the app under development stage, there are two options.
- Have RStudio installed and running.
- Have the following packages installed:
- shiny
- tidyquant
- ggplot2
- dplyr
- tidyr
- repmis
install.packages(c("shiny", "tidyquant","ggplot2" , "dplyr", "tidyr", "repmis"))
- Then run the command:
shiny::runGitHub('ShinyStocks', 'HBossier', subdir = "/R")
- Have RStudio installed and running
- Install the packages
install.packages(c("shiny", "tidyquant","ggplot2" , "dplyr", "tidyr", "repmis"))
- Download this repository and enter the directory from within RStudio
- Run the following in R
shiny::runApp('R')
First Modified: 11/03/2017