Skip to content

mbs2111/DSwR_Web_Enabling_Shiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Web Application Development with R Using Shiny

DSwR_Web_Enabling_Shiny

StockData Web Enabling App

Build interactive graphics and interactive data visualizations to deliver Data Analytics. Shiny: Makes it incredibly easy to build interactive web applications with R. Automatic "reactive" binding between inputs and outputs and extensive prebuilt widgets make it possible to build beautiful, responsive, and powerful applications with minimal effort.

Package "quantmod": Quantitative Financial Modelling Framework. The quantmod package for R is designed to assist the quantitative trader in the development, testing, and deployment of statistically based trading models.

 Getting Data: 
              getSymbols(“name_stock”)  by default source is Yahoo! Finance
              eample: getSymbols(“AAPL”)  # For Apple Stock Price  Refer to Program

Steps to Create Shiny Web Application:

Prerequsite: RSTUDIO.

  1. Open R Studio. File -> New File -> Shiny Web Application.
  2. Create Server.R and ui.R Files.
  3. Click on -> Run App. [both files will execute.]
  4. View the Ouput in Viewer.

Releases

No releases published

Packages

No packages published

Languages