Chapter 1 Introduction

Basic Shiny Application link ( https://loanrobinsonscientist.shinyapps.io/basic_shiny_app/)

In this chapter, I will start with a small basic application of R Shiny, how to install R Shiny and introduce the components of the application. You will learn the structure of the application, the frontend/user interface in chapter 3 and the implementation of the back-end server in chapter 4. I introduced R packages like DT(https://rstudio.github.io/DT/) which provides R interface to JavaScript library DataTables and ggplot2( https://ggplot2.tidyverse.org/) which gives you the best visualization.