Skip to content

R Shiny App to plot key statistics from Euronext stocks

License

Notifications You must be signed in to change notification settings

HBossier/ShinyStocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shiny Stock Picks

A Shiny app based on the tidyquant package to visualize and bring financial analysis from Euronext stocks to Shiny.

Under Development

Requirements

To see the app under development stage, there are two options.

Run from Github

  1. Have RStudio installed and running.
  2. Have the following packages installed:
  • shiny
  • tidyquant
  • ggplot2
  • dplyr
  • tidyr
  • repmis
install.packages(c("shiny", "tidyquant","ggplot2" , "dplyr", "tidyr", "repmis")) 
  1. Then run the command:
shiny::runGitHub('ShinyStocks', 'HBossier', subdir = "/R") 

Run locally

  1. Have RStudio installed and running
  2. Install the packages
install.packages(c("shiny", "tidyquant","ggplot2" , "dplyr", "tidyr", "repmis")) 
  1. Download this repository and enter the directory from within RStudio
  2. Run the following in R
shiny::runApp('R')

Info

First Modified: 11/03/2017

About

R Shiny App to plot key statistics from Euronext stocks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages