Chapter 6 Introduction

Stock Market Forecasting Application link ( https://kimloanrobinson.shinyapps.io/stock_app/)

This chapter offers you a set of useful techniques. We are building a complex shiny application. I prefer to use R packages shinydashboard (https://rstudio.github.io/shinydashboard/) and shinydashboardPlus (https://rinterface.github.io/shinydashboardPlus/) for this application . The main technique you will learn is to extract historical inventory data in your app and turn it into interactive visualizations. We will apply the plotly (https://plotly.com/r/) and ggplot2 packages. Let’s get started on your app development workflow.