/Investment-Strategy-Tool

Investment Strategy Tool

Primary LanguageRMIT LicenseMIT

Investment-Strategy-Tool

Investment Strategy Tool


How-To

  1. Run Shiny to RStudio.
  • Install shiny package in your RStudio.
install.packages("shiny")
  • create ui.R for frontend and server.R for backend, or you can create single file name app.R with server and ui codes inside.
  • run app, and it will launch localhost on browser automatically.
  1. Run Shiny on your server.

Screenshoot

Alt