Shiny App Development
Dr. Mine Çetinkaya-Rundel presents Shiny. Shiny is an R package that makes it easy to build interactive web apps straight from R. You can host stand-alone apps on a webpage or embed them in R Markdown documents or build dashboards. This short course will introduce you to building web applications with Shiny, reactive programming, and customizing and deploying your apps for others to use.
Library packages
install.packages("shiny")